NaturesAura/src/main/resources/data/naturesaura/recipes/spawn_lamp.json
2020-01-22 20:31:09 +01:00

32 lines
654 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"ILI",
"SGE",
"ILI"
],
"key": {
"I": {
"tag": "forge:ingots/iron"
},
"L": {
"item": "minecraft:glass"
},
"S": {
"item": "naturesaura:token_terror"
},
"G": {
"item": "minecraft:glowstone"
},
"E": {
"type": "forge:nbt",
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:end"
}
}
},
"result": {
"item": "naturesaura:spawn_lamp"
}
}