Skip to content
Success

Changes

Summary

  1. Fix Lure above 3 breaking fishing (commit: cfcdcd1) (details)
  2. Update locale_nl.properties (#4336) (commit: 4fd8f6d) (details)
  3. Update changelog (commit: 128ba88) (details)
  4. Adding crossbows, shields, elytra, and tridents to default repair.vanilla.yml and fixing minor typo. (#4308) (commit: c22a65f) (details)
  5. Update changelog (commit: 9158553) (details)
  6. Allow URLs in chat again (commit: db8086d) (details)
Commit cfcdcd1676d814ef269d4415d7007dad824b1094 by nossr50
Fix Lure above 3 breaking fishing
(commit: cfcdcd1)
The file was modified src/main/java/com/gmail/nossr50/commands/skills/FishingCommand.java (diff)
The file was modified src/main/java/com/gmail/nossr50/listeners/PlayerListener.java (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/runnables/skills/MasterAnglerTask.java (diff)
The file was modified pom.xml (diff)
The file was modified src/main/java/com/gmail/nossr50/skills/fishing/FishingManager.java (diff)
Commit 4fd8f6d6470549d6bb1e50bf871be42eba4ee69e by github
Update locale_nl.properties (#4336)

Fixed small translation errors
(commit: 4fd8f6d)
The file was modified src/main/resources/locale/locale_nl.properties (diff)
The file was modified Changelog.txt (diff)
Commit c22a65f9f3dce22e5e92e1056f05ab6a14d89be7 by github
Adding crossbows, shields, elytra, and tridents to default repair.vanilla.yml and fixing minor typo. (#4308)

* Changed comment over netherite items to say "Netherite repairables" instead of "Diamond repairables"
Added Crossbow to string repairables
Added Shield to wood repairables, with oak planks as material
Added Elytra and Trident to Other repairables, using phantom membrane and prismarine crystals respectively.

* Changed comment over netherite items to say "Netherite repairables" instead of "Diamond repairables"
Added Crossbow to string repairables
Added Shield to wood repairables, with oak planks as material
Added Elytra and Trident to Other repairables, using phantom membrane and prismarine crystals respectively.
Added warped fungus on a stick as a string repairable.

Signed-off-by: Momshroom <Momshroom@gmail.com>

* Added warped fungus on a stick as a string repairable.

Signed-off-by: Momshroom <Momshroom@gmail.com>
(commit: c22a65f)
The file was modified src/main/resources/repair.vanilla.yml (diff)
The file was modified Changelog.txt (diff)
The file was modified src/main/java/com/gmail/nossr50/util/text/TextUtils.java (diff)