mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 17:53:11 +01:00
17 lines
280 B
JSON
17 lines
280 B
JSON
|
{
|
||
|
"type": "naturesaura:animal_spawner",
|
||
|
"ingredients": [
|
||
|
{
|
||
|
"item": "naturesaura:birth_spirit"
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:sweet_berries"
|
||
|
},
|
||
|
{
|
||
|
"item": "minecraft:feather"
|
||
|
}
|
||
|
],
|
||
|
"entity": "minecraft:fox",
|
||
|
"aura": 30000,
|
||
|
"time": 100
|
||
|
}
|