From 6c60c2a9cb0db8cf9738b04971057a7dad756401 Mon Sep 17 00:00:00 2001 From: TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> Date: Tue, 16 Feb 2021 09:58:36 -0700 Subject: Apply some fixes from sharkey300#9117 (#399) * Make spooky pie details scrambled or whatever its called idk * Change daedalus axe to base stats * Fix lore for turbo potato 5 * Remove growth armor hp progression * Remove growth armor hp progression * Remove growth armor hp progression * Remove growth armor hp progression * Add wiki url * Fix blue ice hunk description being Japanese lmao * I think I did this right * parent gift types * Obfuscate crab hat stats * Remove dungeon stats from ornate zombie sword if I messed something up tell me * No * update nbt data * nbt data * nbt data * nbt data * nbt * nbt * nbt * nbt Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- constants/parents.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index 8014343e..15facbb8 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1944,5 +1944,10 @@ "GREAT_CARROT_CANDY", "SUPERB_CARROT_CANDY", "ULTIMATE_CARROT_CANDY" + ], + "WHITE_GIFT":[ + "GREEN_GIFT", + "RED_GIFT", + "GOLD_GIFT" ] } -- cgit