implement chests

This commit is contained in:
p2r3
2025-08-28 23:51:00 +03:00
parent 1ae481ed3d
commit ca6f8afbea
7 changed files with 173 additions and 20 deletions

View File

@@ -374,7 +374,8 @@ async function convert () {
itemsAndBlocks.blockRegistry["oak_planks"],
itemsAndBlocks.blockRegistry["oak_wood"],
itemsAndBlocks.blockRegistry["oak_slab"],
itemsAndBlocks.blockRegistry["crafting_table"]
itemsAndBlocks.blockRegistry["crafting_table"],
itemsAndBlocks.blockRegistry["chest"]
],
"mineable/shovel": [
itemsAndBlocks.blockRegistry["grass_block"],