25 lines
419 B
JSON
25 lines
419 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
" A ",
|
|
"BCB",
|
|
"CDC"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"item": "society:fire_quartz"
|
|
},
|
|
"B": {
|
|
"tag": "forge:dusts/redstone"
|
|
},
|
|
"C": {
|
|
"tag": "forge:ingots/zinc"
|
|
},
|
|
"D": {
|
|
"item": "simplemagnets:basic_demagnetization_coil"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "simplemagnets:advanced_demagnetization_coil"
|
|
}
|
|
} |