Releases: Endkind/EnderCarryOn
Releases · Endkind/EnderCarryOn
v0.4.0
Changed
- Add PaperMC 1.21.3 support (Paper API 1.21.2 does not exist)
- Add
Helper; no longer includes a massive listener - Add support for
trapped_chest,ender_chest, andbarrel - Remove empty
creditentry from resource pack - Remove non-existent parent reference from resource pack
- Add custom models for
trapped_chest,ender_chest, andbarrel
v0.3.1
v0.3.0
V0.2.0
Fixed
- Introduced a new configuration option in the config file:
reset_walk_speed_on_join: false # Only required when upgrading from v0.0.1 to a higher version if players experience constant slow movement issues.
- This option fixes the issue of players experiencing constant slow movement after upgrading from v0.0.1.
v0.1.2
v0.1.1
Changed
- Updated config.yml to use "{tag}" as a placeholder for resourcepack versioning via GitHub Actions.
- build.gradle now reads the version from the environment variable (VERSION) with a fallback to "development".
- Implemented a GitHub Actions workflow to auto-update the version in plugin.yml, preventing manual mistakes.
v0.1.0
Changed
-
Adjusted movement speed modification:
- Removed modification of "minecraft:movement_speed" on the player.
- Applied a -50% "minecraft:movement_speed" modifier to the chest.
-
Warning: Manual configuration update required in the "resource_pack" section:
- The "url" is incorrect. Please either update the "url" field to:
https://github.com/Endkind/EnderCarryOn/releases/download/v0.1.0/resourcepack.zip - Or delete both "url" and "hash" so that the plugin writes them automatically at startup.
- The "url" is incorrect. Please either update the "url" field to: