mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-15 14:24:55 +00:00
14 lines
328 B
JSON
14 lines
328 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
" # ",
|
|
"#R#",
|
|
" # "
|
|
],
|
|
"key": {
|
|
"#": { "type": "forge:ore_dict", "ore": "stone" },
|
|
"R": { "type": "forge:ore_dict", "ore": "dustRedstone" }
|
|
},
|
|
"result": { "item": "computercraft:cable", "data": 0, "count": 6 }
|
|
}
|