diff --git a/blocks.py b/blocks.py index 2e181f1..8016bbc 100644 --- a/blocks.py +++ b/blocks.py @@ -19,8 +19,7 @@ for name, data in JSON_BLOCKS.items(): AIR = 0 SAND = 66 SINGLE_SNOW = 3921 -#SOUL_TORCH = 4008 -SOUL_TORCH = 1435 +SOUL_TORCH = 4008 TEST_BLOCK = (616, 78, 496)