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

17 lines
324 B
JSON
Raw Normal View History

2020-04-29 16:38:50 +02:00
{
2021-01-14 23:15:02 +01:00
"type": "naturesaura:animal_spawner",
"ingredients": [
{
"item": "naturesaura:birth_spirit"
},
{
"tag": "minecraft:fishes"
},
{
"tag": "minecraft:wool"
}
],
"entity": "minecraft:ocelot",
"aura": 80000,
"time": 60
2020-04-29 16:38:50 +02:00
}