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

20 lines
335 B
JSON
Raw Normal View History

2020-04-29 16:38:50 +02:00
{
"type": "naturesaura:animal_spawner",
"ingredients": [
{
"item": "naturesaura:birth_spirit"
},
{
"item": "minecraft:rotten_flesh"
},
{
"item": "minecraft:porkchop"
},
2020-04-29 16:38:50 +02:00
{
"item": "minecraft:gold_nugget"
}
],
"entity": "minecraft:hoglin",
2020-04-29 16:38:50 +02:00
"aura": 120000,
"time": 150
}