diff options
| author | Phoebe <77941535+catgirlseraid@users.noreply.github.com> | 2024-12-06 04:48:15 +1300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-05 15:48:15 +0000 |
| commit | aa5d584cc9e1a6b1c868f2f0573e127c1cceac27 (patch) | |
| tree | fddd038c8df6affb69480f15f949e46f9861d859 /constants | |
| parent | e61d3d1a2d62a1a9a4f7afeedf319e60477137e7 (diff) | |
| download | NotEnoughUpdates-REPO-aa5d584cc9e1a6b1c868f2f0573e127c1cceac27.tar.gz NotEnoughUpdates-REPO-aa5d584cc9e1a6b1c868f2f0573e127c1cceac27.tar.bz2 NotEnoughUpdates-REPO-aa5d584cc9e1a6b1c868f2f0573e127c1cceac27.zip | |
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
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/parents.json | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
