Fix sand gather job bugs

This commit is contained in:
2020-09-16 20:31:46 -06:00
parent f2e0b162f9
commit 5c21634d16
3 changed files with 14 additions and 2 deletions
+4
View File
@@ -15,9 +15,13 @@ for name, data in JSON_BLOCKS.items():
for state in data['states']:
BLOCKS[state['id']] = name.replace('minecraft:', '')
AIR = 0
SAND = 66
SINGLE_SNOW = 3921
SOUL_TORCH = 4008
AVOID = [
'lava',
'water',