diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-05 19:11:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 13:11:53 -0500 |
commit | f0884e5f76bb944f9f28bfb623fffe77cdc56599 (patch) | |
tree | 2e460081a96f93cf2ee0e62c0499977e96da4140 /constants/parents.json | |
parent | 6d059724fbcd2f76728a45a302e92b0213f33546 (diff) | |
download | NotEnoughUpdates-REPO-f0884e5f76bb944f9f28bfb623fffe77cdc56599.tar.gz NotEnoughUpdates-REPO-f0884e5f76bb944f9f28bfb623fffe77cdc56599.tar.bz2 NotEnoughUpdates-REPO-f0884e5f76bb944f9f28bfb623fffe77cdc56599.zip |
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
Diffstat (limited to 'constants/parents.json')
-rw-r--r-- | constants/parents.json | 3 |
1 files changed, 2 insertions, 1 deletions
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"
|