mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-15 22:34:54 +00:00
14 lines
305 B
JSON
14 lines
305 B
JSON
|
{
|
||
|
"type": "minecraft:crafting_shaped",
|
||
|
"pattern": [
|
||
|
" # ",
|
||
|
"#R#",
|
||
|
" # "
|
||
|
],
|
||
|
"key": {
|
||
|
"#": { "item": "minecraft:stone", "data": 0 },
|
||
|
"R": { "item": "minecraft:redstone" }
|
||
|
},
|
||
|
"result": { "item": "computercraft:cable", "data": 0, "count": 6 }
|
||
|
}
|