mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-16 17:33:12 +01:00
26 lines
482 B
JSON
26 lines
482 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"ILI",
|
||
|
"SGS",
|
||
|
"ILI"
|
||
|
],
|
||
|
"key": {
|
||
|
"I": {
|
||
|
"type": "forge:ore_dict",
|
||
|
"ore": "ingotIron"
|
||
|
},
|
||
|
"L": {
|
||
|
"item": "minecraft:glass"
|
||
|
},
|
||
|
"S": {
|
||
|
"item": "naturesaura:sky_ingot"
|
||
|
},
|
||
|
"G": {
|
||
|
"item": "minecraft:glowstone"
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:spawn_lamp"
|
||
|
}
|
||
|
}
|