1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-30 17:13:20 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/recipes/normal_monitor.json

14 lines
318 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#G#",
"###"
],
"key": {
"#": { "type": "forge:ore_dict", "ore": "stone" },
"G": { "type": "forge:ore_dict", "ore": "paneGlass" }
},
"result": { "item": "computercraft:peripheral", "data": 2 }
}