From aa5d584cc9e1a6b1c868f2f0573e127c1cceac27 Mon Sep 17 00:00:00 2001 From: Phoebe <77941535+catgirlseraid@users.noreply.github.com> Date: Fri, 6 Dec 2024 04:48:15 +1300 Subject: update and add new potions (#1492) * change to vitality wisp ice * formatting * test venomous potion * haste potion * test magic find potion layout * space? * revert * test click command * add missing knockback and critical potions * parents * nbt --- constants/parents.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index a6370e27..fb58a547 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3863,5 +3863,20 @@ "HOLIDAY_CHEST_GREEN_BACKPACK", "HOLIDAY_CHEST_YELLOW_BACKPACK", "HOLIDAY_CHEST_TEAL_BACKPACK" + ], + "POTION_VENOMOUS;1": [ + "POTION_VENOMOUS;2", + "POTION_VENOMOUS;3", + "POTION_VENOMOUS;4" + ], + "POTION_KNOCKBACK;1": [ + "POTION_KNOCKBACK;2", + "POTION_KNOCKBACK;3", + "POTION_KNOCKBACK;4" + ], + "POTION_CRITICAL;1": [ + "POTION_CRITICAL;2", + "POTION_CRITICAL;3", + "POTION_CRITICAL;4" ] } \ No newline at end of file -- cgit