From cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Sun, 31 Jan 2021 14:16:38 +0100 Subject: added 38 wiki links + pet skin (#382) * added 38 wiki links * added skeleton horse zombie pet skin * added parent for pet candy * forgot to change rare cosmetic in nbt tag to epic cosmetic --- constants/parents.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 3233e97b..e7d9be75 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1939,5 +1939,10 @@ "TITANIUM_DRILL_1", "MITHRIL_DRILL_2", "MITHRIL_DRILL_1" + ], + "SIMPLE_CARROT_CANDY":[ + "GREAT_CARROT_CANDY", + "SUPERB_CARROT_CANDY", + "ULTIMATE_CARROT_CANDY" ] } -- cgit