hollow-cube / minestom-ce

1.20.4 Lightweight Minecraft server
https://minestom.net
Apache License 2.0
107 stars 35 forks source link

Added support for trim registries #128

Closed lordtgm closed 9 months ago

lordtgm commented 9 months ago

trim_material and trim_pattern registries are now fully generated from data generator and sent to the client. this should enable support for trimmed armor.

lordtgm commented 9 months ago

now allows dynamic creation alongside loading default ones. TrimManager::addDefaultTrimMaterials and TrimManager::addDefaultTrimPatterns can be called to include default registries.

mworzala commented 9 months ago

Looks good, thanks for doing it.