22 lines
338 B
JSON
22 lines
338 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
" A ",
|
|
"BCB",
|
|
"CCC"
|
|
],
|
|
"key": {
|
|
"A": {
|
|
"tag": "forge:ingots/gold"
|
|
},
|
|
"B": {
|
|
"tag": "forge:dusts/redstone"
|
|
},
|
|
"C": {
|
|
"tag": "forge:ingots/zinc"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "simplemagnets:basic_demagnetization_coil"
|
|
}
|
|
} |