mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-01-31 02:31:25 +00:00
25 lines
469 B
JSON
25 lines
469 B
JSON
{
|
|
"format_version": "1.21.50",
|
|
"minecraft:recipe_shapeless": {
|
|
"description": {
|
|
"identifier": "minecraft:stonecutter_resin_brick_chiseled"
|
|
},
|
|
"tags": [ "stonecutter" ],
|
|
"priority": 0,
|
|
"ingredients": [
|
|
{
|
|
"item": "minecraft:resin_bricks"
|
|
}
|
|
],
|
|
"unlock": [
|
|
{
|
|
"item": "minecraft:resin_bricks"
|
|
}
|
|
],
|
|
"result": {
|
|
"item": "minecraft:chiseled_resin_bricks",
|
|
"count": 1
|
|
}
|
|
}
|
|
}
|