fixed new mobs missing from the patchouli manual

This commit is contained in:
Ellpeck 2020-05-04 23:46:33 +02:00
parent 1c3e3dfd2a
commit 6c46a37793

View file

@ -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"
} }
] ]
} }