From f0884e5f76bb944f9f28bfb623fffe77cdc56599 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Jan 2021 19:11:53 +0100 Subject: Added Pet Skins, a Pet, Pet Recipes and Rarity Colors. fixed Flying Fish (#351) * Added Pet Skins * Added Common Zombie, added Recipes for Zombies, fixed Flying FIsh * Added Rarity Colors --- constants/parents.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index 842cfaf2..d9018a68 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1044,7 +1044,8 @@ "ZOMBIE;4":[ "ZOMBIE;3", "ZOMBIE;2", - "ZOMBIE;1" + "ZOMBIE;1", + "ZOMBIE;0" ], "ENDER_DRAGON;4":[ "ENDER_DRAGON;3" -- cgit