1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-28 08:03:21 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/recipes/command_computer.json
2018-02-04 20:02:12 +00:00

15 lines
376 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#C#",
"#G#"
],
"key": {
"#": { "type": "forge:ore_dict", "ore": "stone" },
"C": { "item": "minecraft:command_block" },
"G": { "type": "forge:ore_dict", "ore": "paneGlass" }
},
"result": { "item": "computercraft:command_computer", "data": 0 }
}