From 6c46a37793293be195a59eb27d1c53be22f09957 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 4 May 2020 23:46:33 +0200 Subject: [PATCH] fixed new mobs missing from the patchouli manual --- .../en_us/entries/using/animal_spawner.json | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/using/animal_spawner.json b/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/using/animal_spawner.json index ea119167..061a7a6f 100644 --- a/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/using/animal_spawner.json +++ b/src/main/resources/data/naturesaura/patchouli_books/book/en_us/entries/using/animal_spawner.json @@ -168,6 +168,34 @@ { "type": "naturesaura:animal_spawner", "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" } ] } \ No newline at end of file