diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-12 15:01:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 09:01:49 -0500 |
commit | 0fc21e2afa29be0add898361be3739a3eb19900c (patch) | |
tree | 18b9b042d37475a780671b011576ecc13776622e /constants | |
parent | 85ecbfcbb05dc0c86297e3debe088ce732a0068c (diff) | |
download | NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.gz NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.tar.bz2 NotEnoughUpdates-REPO-0fc21e2afa29be0add898361be3739a3eb19900c.zip |
new items and then some (#435)
* added new god potion
* updated old god pot
* Update GOD_POTION_2.json
* fixed an oopsie
* new items (still searching for recipe of reaper orb and warden helmet)
* uuid removal
* uuid removal 2
* added recipes (thanks Jani)
* reaper gem
* fixed grandma wolf stats
* also updated nbt
* more stuff
starred bows done by Jani
* uuid removal duty
* parents
* recipes (provided by Jani)
* wiki links
* *confused noises*
* Jani
* wiki links v2
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 6 | ||||
-rw-r--r-- | constants/pets.json | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json index 836dcff1..51ee3222 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2030,5 +2030,11 @@ "GRANDMA_WOLF;2", "GRANDMA_WOLF;1", "GRANDMA_WOLF;0" + ], + "VENOMS_TOUCH":[ + "STARRED_VENOMS_TOUCH" + ], + "SPIDER_QUEEN_STINGER":[ + "STARRED_SPIDER_QUEEN_STINGER" ] } diff --git a/constants/pets.json b/constants/pets.json index c2a02510..d255dffe 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -177,6 +177,7 @@ "TIGER":"COMBAT", "ZOMBIE":"COMBAT", "WOLF":"COMBAT", - "GUARDIAN":"ENCHANTING" + "GUARDIAN":"ENCHANTING", + "GRANDMA_WOLF":"COMBAT" } }
\ No newline at end of file |