mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
33 lines
732 B
JSON
33 lines
732 B
JSON
|
{
|
||
|
"type": "forge:ore_shaped",
|
||
|
"pattern": [
|
||
|
" O ",
|
||
|
"BCB",
|
||
|
" N "
|
||
|
],
|
||
|
"key": {
|
||
|
"C": {
|
||
|
"item": "minecraft:clock"
|
||
|
},
|
||
|
"B": {
|
||
|
"item": "naturesaura:infused_brick"
|
||
|
},
|
||
|
"N": {
|
||
|
"type": "minecraft:item_nbt",
|
||
|
"item": "naturesaura:aura_bottle",
|
||
|
"nbt": {
|
||
|
"stored_type": "naturesaura:nether"
|
||
|
}
|
||
|
},
|
||
|
"O": {
|
||
|
"type": "minecraft:item_nbt",
|
||
|
"item": "naturesaura:aura_bottle",
|
||
|
"nbt": {
|
||
|
"stored_type": "naturesaura:overworld"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"result": {
|
||
|
"item": "naturesaura:time_changer"
|
||
|
}
|
||
|
}
|