as in the title it says to bring traits to the blocks that are containers similar to the chest and remove the crafting table component and replace it with a version in the block traits.
exemple:
"traits":{
"minecraft:container":{
"container_name": "tile.custom:block.name",
"inventory_size": 30,
"can_be_siphoned_from": true
},
"minecraft:crafting_table":{
"crafting_tags":[],
"grid_size": 3,
"table_name": "tile.custom:block.name"
}
}
Please sign in to leave a comment.
0 Comments