1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-29 15:30:48 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/recipes/wireless_modem.json

14 lines
319 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#E#",
"###"
],
"key": {
"#": { "type": "forge:ore_dict", "ore": "stone" },
"E": { "type": "forge:ore_dict", "ore": "enderpearl" }
},
"result": { "item": "computercraft:peripheral", "data": 1 }
}