mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
26 lines
543 B
JSON
26 lines
543 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
"ICI",
|
||
|
"CWC",
|
||
|
"ICI"
|
||
|
],
|
||
|
"key": {
|
||
|
"C": {
|
||
|
"item": "minecraft:mossy_cobblestone"
|
||
|
},
|
||
|
"I": {
|
||
|
"item": "naturesaura:infused_iron"
|
||
|
},
|
||
|
"W": {
|
||
|
"type": "minecraft:item_nbt",
|
||
|
"item": "naturesaura:aura_bottle",
|
||
|
"nbt": {
|
||
|
"stored_type": "naturesaura:overworld"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:moss_generator"
|
||
|
}
|
||
|
}
|