Skip to content
Success

Changes

Summary

  1. Update locale_en_US.properties (#5066) (commit: f67e306) (details)
  2. Fix exceptions when shooting entities through worlds on folia (#5024) (commit: 93bb160) (details)
  3. Cache ItemMeta instead of creating a new ItemMeta for each potion check (#5075) (commit: dcf83a8) (details)
  4. 2.2.019 (commit: cfe3acc) (details)
Commit f67e30641d172fe2158e77e2b1dd2a4d9cab6ae4 by github
Update locale_en_US.properties (#5066)

Removed Water Lily from Vanilla Potions
Changed Sulphur to Gunpowder
Moved Rabbits Foot from Tier 3 to Vanilla Potions
(commit: f67e306)
The file was modified src/main/resources/locale/locale_en_US.properties (diff)
Commit 93bb1607421b61ee8f56b9fd62251a36ab878282 by github
Fix exceptions when shooting entities through worlds on folia (#5024)

(commit: 93bb160)
The file was modified src/main/java/com/gmail/nossr50/util/skills/CombatUtils.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/taming/TamingManager.java (diff)
The file was modified src/main/java/com/gmail/nossr50/runnables/skills/AwardCombatXpTask.java (diff)
Commit dcf83a8d20798d1a4c4f96b7b8bad4863d88eab9 by github
Cache ItemMeta instead of creating a new ItemMeta for each potion check (#5075)

* Cache ItemMeta instead of creating a new ItemMeta for each potion check

* Check if the item has item meta and, if it doesn't, bail out

* Also cache the potion item meta too

* Add requireNonNull to the potionItemMeta
(commit: dcf83a8)
The file was modified src/main/java/com/gmail/nossr50/config/skills/alchemy/PotionConfig.java (diff)
The file was modified src/main/java/com/gmail/nossr50/datatypes/skills/alchemy/AlchemyPotion.java (diff)
The file was modified pom.xml (diff)
The file was modified Changelog.txt (diff)