mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
28 lines
458 B
JSON
28 lines
458 B
JSON
{
|
|
"format_version": "1.21.50",
|
|
"minecraft:recipe_shaped": {
|
|
"description": {
|
|
"identifier": "minecraft:resin_block"
|
|
},
|
|
"tags": [ "crafting_table" ],
|
|
"pattern": [
|
|
"###",
|
|
"###",
|
|
"###"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "minecraft:resin_clump"
|
|
}
|
|
},
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:resin_clump"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:resin_block"
|
|
}
|
|
}
|
|
}
|