CC-Tweaked/src/main/resources/assets/computercraft/recipes/generated/turtle_normal/minecraft_diamond_axe.json

13 lines
397 B
JSON

{
"type": "computercraft:impostor_shaped",
"group": "computercraft:upgrade_turtle_normal",
"pattern": [
"#T"
],
"key": {
"#": { "item": "minecraft:diamond_axe" },
"T": { "item": "computercraft:turtle_expanded", "data": 0 }
},
"result": { "item": "computercraft:turtle_expanded", "data": 0, "nbt": { "rightUpgrade": "minecraft:diamond_axe" } }
}