From 97f248b0c6b4a328406efcc383a82506d7776919 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 22 Sep 2020 19:48:00 -0600 Subject: [PATCH] Switch back to soul torches --- blocks.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)