Add window slot packet and item info

This commit is contained in:
2020-05-27 17:47:36 -06:00
parent 9ce9a47493
commit ebc9c5ef1a
6 changed files with 10173 additions and 77 deletions
+1 -2
View File
@@ -41,7 +41,6 @@ AVOID = [
]
NON_SOLID = [
'minecraft:air',
'minecraft:oak_sapling',
@@ -183,7 +182,6 @@ NON_SOLID = [
]
SINGLE_SNOW = 3919
LOGS = [
'minecraft:oak_log',
'minecraft:spruce_log',
@@ -202,6 +200,7 @@ LEAVES = [
'minecraft:dark_oak_leaves',
]
NON_SOLID_IDS = set([SINGLE_SNOW])
for block_name in NON_SOLID:
for state in BLOCKS[block_name]['states']: