CC-Tweaked/src/main/resources/data/computercraft/recipes/turtle_normal.json

16 lines
357 B
JSON

{
"type": "computercraft:turtle",
"pattern": [
"###",
"#C#",
"#I#"
],
"key": {
"#": { "tag": "forge:ingots/iron" },
"C": { "item": "computercraft:computer_normal" },
"I": { "tag": "forge:chests/wooden" }
},
"family": "normal",
"result": { "item": "computercraft:turtle_normal" }
}