mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-23 20:57:08 +00:00
26 lines
473 B
JSON
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"
|
|
}
|
|
}
|
|
}
|