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

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"
}
}
}