Skip to content

Commit

Permalink
Update CHANGELOG.md and Bump Mod Version
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Feb 16, 2025
1 parent d50f474 commit 78501ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Worldthreader 2.0.5 for Minecraft 1.21.4 fixes a crash and a minor thread safety issue.
Worldthreader 2.0.6 for Minecraft 1.21.4 fixes a crash and a gamerule issue.
Please report any issues you encounter to the [issue tracker of worldthreader](https://github.com/2No2Name/worldthreader/issues). As worldthreader likely comes with massive mod compatibility issues, please do not report crashes and issues to other mods' issue trackers before confirming the issue without worldthreader.

## Fixes:

- Fix crash when player with potion effect changes dimension
- Add thread-safety to iron golem, snow golem, end portal and wither block patterns used in spawning
- Fix rare crash when players try to leave a portal during teleportation (#12)
- Correctly load the gamerules on server restart (still broken for debug gamerule)

## Known issues

The worldthreader debug gamerule only works when enabling it after the server start.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ loader_version=0.16.10
# Fabric API
fabric_version=0.114.3+1.21.4
# Mod Properties
mod_version=2.0.5
mod_version=2.0.6
maven_group=_2no2name
archives_base_name=Worldthreader
mod_name=Worldthreader
Expand Down

0 comments on commit 78501ab

Please sign in to comment.