Add window slot packet and item info
This commit is contained in:
@@ -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']:
|
||||
|
||||
Reference in New Issue
Block a user