NaturesAura/src/main/resources/assets/naturesaura/recipes/time_changer.json

33 lines
732 B
JSON
Raw Normal View History

2019-02-09 19:58:07 +01:00
{
"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"
}
}