From 40d7a8b6ab19e55ac7144db5f59c08974aae802e Mon Sep 17 00:00:00 2001 From: cnaude Date: Thu, 4 Apr 2013 21:32:16 -0700 Subject: [PATCH] Fix ignore-if-block-in-hand issue with empty hand counting as a air block Replace Timers with Bukkit schedulers Some refactoring optimizations Add quartz stairs to default config --- src/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.yml b/src/config.yml index ddf7f27..d8fce33 100644 --- a/src/config.yml +++ b/src/config.yml @@ -25,6 +25,7 @@ allowed-blocks: - BRICK_STAIRS - SMOOTH_STAIRS - NETHER_BRICK_STAIRS + - QUARTZ_STAIRS valid-signs: - SIGN - WALL_SIGN