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

25 lines
479 B
JSON
Raw Normal View History

2019-01-01 15:20:12 +01:00
{
2020-01-22 20:31:09 +01:00
"type": "minecraft:crafting_shaped",
2019-01-01 15:20:12 +01:00
"pattern": [
"SHS",
"IWI",
"SHS"
],
"key": {
"H": {
"item": "minecraft:hay_block"
},
"I": {
"item": "minecraft:iron_bars"
},
"S": {
"item": "naturesaura:sky_ingot"
},
"W": {
2019-02-15 22:46:14 +01:00
"item": "naturesaura:token_euphoria"
2019-01-01 15:20:12 +01:00
}
},
"result": {
"item": "naturesaura:animal_spawner"
}
}