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

29 lines
617 B
JSON
Raw Normal View History

2019-03-31 14:17:29 +02:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2019-03-31 14:17:29 +02:00
"pattern": [
"IEI",
"ISI",
"IOI"
],
"key": {
"E": {
"item": "naturesaura:token_euphoria"
},
"O": {
2020-01-22 20:31:09 +01:00
"type": "forge:nbt",
2019-03-31 14:17:29 +02:00
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:overworld"
}
},
"S": {
2020-01-22 20:31:09 +01:00
"tag": "forge:rods/wooden"
2019-03-31 14:17:29 +02:00
},
"I": {
"item": "naturesaura:infused_iron"
}
},
"result": {
"item": "naturesaura:dimension_rail_overworld"
}
}