NaturesAura/src/main/resources/data/naturesaura/recipes/dimension_rail_nether.json

30 lines
636 B
JSON
Raw Normal View History

2019-03-31 14:17:29 +02:00
{
"type": "forge:ore_shaped",
"pattern": [
"IEI",
"ISI",
"IOI"
],
"key": {
"E": {
"item": "naturesaura:token_terror"
},
"O": {
"type": "minecraft:item_nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:nether"
}
},
"S": {
"type": "forge:ore_dict",
"ore": "stickWood"
},
"I": {
"item": "naturesaura:sky_ingot"
}
},
"result": {
"item": "naturesaura:dimension_rail_nether"
}
}