mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-01-03 22:08:28 +00:00
3351092c79
Adds an `amplifier:<value>` potion meta attribute to MetaItemStack that applies a raw amplifier value, instead of translating inputs between 1 and 3 to match their vanilla names like `power:<value>` does. This matches the Mojang `/effect` command, which doesn't translate any potion effect amplifiers, and allows for creation of level IV potions (using `amplifier:3` instead of a `power` value) through EssentialsX without breaking existing usages of `power:<value>`. More context for this commit can be found at https://github.com/EssentialsX/Essentials/pull/3592#issuecomment-678656107. Closes #3592 and fixes #3589. |
||
---|---|---|
.. | ||
src | ||
test/com/earth2me/essentials | ||
pom.xml |