Elytra Trims 3.0 - The Doomsday Update
Update notes
- In 1.20.5, due to ItemStack changes, converted elytras will lose their glow, all other features will remain. This will be looked into in a future release, but until then you can afford an extra glow ink sac, right?
- Trimming and dyeing currently can't be disabled on the server side, as it is now controlled by tags.
Elytra preview
Elytra trims now renders elytra entity model for its item - just like shields, banners and beds do:
If you don't like it - it can be disabled in the mod config. To access it you need YACL and on Fabric Mod Menu. On Forge it is accessible via default mods menu.
Kotlin migration - who asked?
First of all, I asked. 1.20.5 brought an enormous amount of changes, which was especially bad for Elytra Trims, because it is developed for multiple Minecraft versions. Kotlin provides several ways (such as type aliases, extension and inline functions) that simplify code versioning. So here it is, cope with it.
Texture processing rewrite
Elytra Trims generates textures dynamically to adjust for dozens of trims and now unlimited amount of banner patterns.
Since I got more skill in modding and had to look through the entire codebase, this process has been optimised.
Notably:
- Elytra model mask is no longer duplicated for each texture pass.
- Armor trims are now queried from atlas definitions.
- Texture rendering now extensively uses caching and reports missing textures.
Other changes
bolt
andflow
trims have been added, available with 1.21 datapack (@masik16u)- DashLoader is no longer incompatible
NeoForge releases are back in town woohoo
New features
- Clients can now be required to have the mod installed by setting
"requireClientSide": true
inconfig/elytra-trims-server.json
- Pirate English, Shakespearean English, Dutch and Chinese translations
This update reworks how mod compatibility is handled. Notably:
- Elytra Trims renderer now accepts custom models.
- Checks for an item being elytra have been loosened (because some mods don't know how to be normal).
- Trimmable tags are no longer applied dynamically, replaced with optional datapack entries.
New features
- Spanish translation (muriplz)
Fixes
- Features not displayed on BetterEnd elytras.
- Banners, dyes and glow not being available for BetterEnd elytras.
- Mekanism elytra not being trimmable
Warning
This release is in beta. Report any issues on the Github or Discord.
If you're a modpack author please test the compatibility before updating to this version.
Fixes
- Forge release being broken.