CC-Tweaked/projects/common/src/generated/resources/data/computercraft/recipes/turtle_advanced_upgrade.json

13 lines
425 B
JSON

{
"type": "computercraft:transform_shaped",
"category": "redstone",
"function": [{"type": "computercraft:copy_components", "from": {"item": "computercraft:turtle_normal"}}],
"key": {
"#": {"tag": "c:ingots/gold"},
"B": {"tag": "c:storage_blocks/gold"},
"C": {"item": "computercraft:turtle_normal"}
},
"pattern": ["###", "#C#", " B "],
"result": {"count": 1, "id": "computercraft:turtle_advanced"}
}