TheWildBackport/common/src/main/resources/data/wildbackport/recipes/birch_chest_boat.json
2022-07-21 00:06:27 -04:00

15 lines
250 B
JSON

{
"type": "minecraft:crafting_shapeless",
"group": "chest_boat",
"ingredients": [
{
"item": "minecraft:chest"
},
{
"item": "minecraft:birch_boat"
}
],
"result": {
"item": "wildbackport:birch_chest_boat"
}
}