25 lines
385 B
JSON
25 lines
385 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "redstone",
|
|
"key": {
|
|
"C": {
|
|
"item": "create:copper_sheet"
|
|
},
|
|
"Z": {
|
|
"item": "createdeco:zinc_sheet"
|
|
},
|
|
"R": {
|
|
"item": "minecraft:redstone_torch"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"C",
|
|
"Z",
|
|
"R"
|
|
],
|
|
"result": {
|
|
"item": "createaddition:capacitor"
|
|
},
|
|
"show_notification": true
|
|
}
|