Changes
- Unified publishing using modpublisher.
- Jar name migrate:
{id}-{mcversion}-{modversion}
->{id}-{modversion}-{loader}{mcversion}
. - Tag name migrate:
{id}-{modversion}-mc{mcversion}
->{id}-{modversion}-{loader}{mcversion}
.
Ownership Transfer
- Transferred ownership to Kessoku Tea Time.
The animation might be smoother now.
Migrate to Auto Config and use array for excluded screens.
Maintenance
- Updated Fabric Loom to
0.15.3
. - Updated Gradle to
8.3
. - Added ModMenu related localizations for a better experience.
- Changed mod description to a more semantic format.
- Passed tests on newer Minecraft versions.
Fix mixin file naming issue.
Add 1.20~1.20.1
Support
Sync Version
- It works well!
- Sync version.
1.1.1
- Reduced animation time to make it cleaner.
- Supporting
1.19.2
now (may work on1.19.1
/1.19
too).
Warp Zone 1.1.0
Completes #1 by adding a config file for the excluded screens: config/warp-zone-excluded.txt
.
To avoid the animation to render on specific screens, add the screen name into the file.
This config file follows the rules:
- One line for one screen name, should not include spaces and
.class
postfixes. - For screens under package
net.minecraft.client.gui.screen
, only the relative path is needed. For example:ChatScreen
refers tonet.minecraft.client.gui.screen.ChatScreen
(.class)
.option.ChatOptionsScreen
refers tonet minecraft.client.gui.screen.option.ChatOptionsScreen
(.class)
- For screens under other packages, use full name.