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

32 lines
654 B
JSON
Raw Normal View History

2018-11-24 15:06:18 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2018-11-24 15:06:18 +01:00
"pattern": [
"ILI",
2018-12-02 00:20:01 +01:00
"SGE",
2018-11-24 15:06:18 +01:00
"ILI"
],
"key": {
"I": {
2020-01-22 20:31:09 +01:00
"tag": "forge:ingots/iron"
2018-11-24 15:06:18 +01:00
},
"L": {
"item": "minecraft:glass"
},
"S": {
2019-02-15 22:46:14 +01:00
"item": "naturesaura:token_terror"
2018-11-24 15:06:18 +01:00
},
"G": {
"item": "minecraft:glowstone"
2018-12-02 00:20:01 +01:00
},
"E": {
2020-01-22 20:31:09 +01:00
"type": "forge:nbt",
2018-12-02 00:20:01 +01:00
"item": "naturesaura:aura_bottle",
"nbt": {
"stored_type": "naturesaura:end"
}
2018-11-24 15:06:18 +01:00
}
},
"result": {
"item": "naturesaura:spawn_lamp"
}
}