mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-05 17:46:21 +00:00
14 lines
293 B
JSON
14 lines
293 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
"###",
|
||
|
"#R#",
|
||
|
"###"
|
||
|
],
|
||
|
"key": {
|
||
|
"#": { "item": "minecraft:stone", "data": 0 },
|
||
|
"R": { "item": "minecraft:redstone" }
|
||
|
},
|
||
|
"result": { "item": "computercraft:cable", "data": 1 }
|
||
|
}
|