1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-02-23 20:57:08 +00:00
Mike Ammerlaan 5ce65764d3 v1.21.50.7
2024-12-03 08:43:20 -08:00

26 lines
473 B
JSON

{
"format_version": "1.20.30",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "minecraft:pale_oak_chest_boat"
},
"tags": [ "crafting_table" ],
"ingredients": [
{
"item": "minecraft:chest"
},
{
"item": "minecraft:pale_oak_boat"
}
],
"unlock": [
{
"item": "minecraft:pale_oak_boat"
}
],
"result": {
"item": "minecraft:pale_oak_chest_boat"
}
}
}