mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
fixed new mobs missing from the patchouli manual
This commit is contained in:
parent
1c3e3dfd2a
commit
6c46a37793
1 changed files with 28 additions and 0 deletions
|
@ -168,6 +168,34 @@
|
||||||
{
|
{
|
||||||
"type": "naturesaura:animal_spawner",
|
"type": "naturesaura:animal_spawner",
|
||||||
"recipe": "naturesaura:zombie"
|
"recipe": "naturesaura:zombie"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:animal_spawner",
|
||||||
|
"recipe": "naturesaura:bee"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:animal_spawner",
|
||||||
|
"recipe": "naturesaura:dolphin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:animal_spawner",
|
||||||
|
"recipe": "naturesaura:fox"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:animal_spawner",
|
||||||
|
"recipe": "naturesaura:panda"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:animal_spawner",
|
||||||
|
"recipe": "naturesaura:turtle"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:animal_spawner",
|
||||||
|
"recipe": "naturesaura:phantom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "naturesaura:animal_spawner",
|
||||||
|
"recipe": "naturesaura:cat"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue