Reorder check_descend pathfinding functions

This commit is contained in:
2020-09-15 21:50:13 -06:00
parent 2f9a918431
commit a509f5d1ef
3 changed files with 19 additions and 14 deletions
+4 -1
View File
@@ -15,6 +15,9 @@ for name, data in JSON_BLOCKS.items():
for state in data['states']:
BLOCKS[state['id']] = name.replace('minecraft:', '')
SINGLE_SNOW = 3921
SOUL_TORCH = 4008
AVOID = [
'lava',
'water',
@@ -184,8 +187,8 @@ NON_SOLID = [
'void_air',
'cave_air',
'lantern',
'soul_torch',
]
SINGLE_SNOW = 3919
LOGS = [
'oak_log',