Files
minecraft-assets/data/minecraft/recipe/bamboo_chest_raft.json
2024-05-22 18:30:55 +02:00

17 lines
285 B
JSON

{
"type": "minecraft:crafting_shapeless",
"category": "misc",
"group": "chest_boat",
"ingredients": [
{
"item": "minecraft:chest"
},
{
"item": "minecraft:bamboo_raft"
}
],
"result": {
"count": 1,
"id": "minecraft:bamboo_chest_raft"
}
}