Skip to content
Success

Changes

Summary

  1. Don't set smelt stacks to above item's max stack size (commit: 82b0304) (details)
  2. Fix arrow dupe bug (commit: 735a90f) (details)
  3. You can now disable Green Thumb for specific crops (the auto replanting) in config.yml (commit: 713b061) (details)
Commit 82b030409197479c7a14b1bbb617440122febb45 by nossr50
Don't set smelt stacks to above item's max stack size
(commit: 82b0304)
The file was modified src/main/java/com/gmail/nossr50/listeners/InventoryListener.java (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/smelting/SmeltingManager.java (diff)
The file was modified Changelog.txt (diff)
Commit 735a90fb353d84f2b1e0218fb39e6d7ab64354b2 by nossr50
Fix arrow dupe bug
Fixes #4430
(commit: 735a90f)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/ItemUtils.java (diff)
The file was modified src/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/EntityListener.java (diff)
Commit 713b0619c34711041096ba49753f9515b7abbdd4 by nossr50
You can now disable Green Thumb for specific crops (the auto replanting) in config.yml
(commit: 713b061)
The file was modified src/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/config/Config.java (diff)
The file was modified src/main/resources/config.yml (diff)