Reorder check_descend pathfinding functions
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user