diff options
author | TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> | 2020-12-09 20:55:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 22:55:09 -0500 |
commit | 87b6e442b60f21b39583da37ed8a8eac3e7ccca6 (patch) | |
tree | 1aad7541b128b1f7105eed64dda2350bfae9d605 /constants | |
parent | cfff8ef0d7139680ee8642343358c4e3753fc73c (diff) | |
download | NotEnoughUpdates-REPO-87b6e442b60f21b39583da37ed8a8eac3e7ccca6.tar.gz NotEnoughUpdates-REPO-87b6e442b60f21b39583da37ed8a8eac3e7ccca6.tar.bz2 NotEnoughUpdates-REPO-87b6e442b60f21b39583da37ed8a8eac3e7ccca6.zip |
Add Wedding Rings
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 2 | ||||
-rw-r--r-- | constants/parents.json | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/constants/misc.json b/constants/misc.json index ae163c9d..c7a476de 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -564,4 +564,4 @@ "plus": "+++" } } -}
\ No newline at end of file +} diff --git a/constants/parents.json b/constants/parents.json index 74269d41..f426e42e 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -758,6 +758,17 @@ "VICIOUS;4", "VICIOUS;5" ], + "WEDDING_RING_0": [ + "WEDDING_RING_1", + "WEDDING_RING_2", + "WEDDING_RING_3", + "WEDDING_RING_4", + "WEDDING_RING_5", + "WEDDING_RING_6", + "WEDDING_RING_7", + "WEDDING_RING_8", + "WEDDING_RING_9" + ], "WITHER_BOOTS": [ "POWER_WITHER_BOOTS", "SPEED_WITHER_BOOTS", |