Port Accessories to Minecraft 1.21.11 (Fabric)#361
Port Accessories to Minecraft 1.21.11 (Fabric)#361roggy666 wants to merge 1 commit intowisp-forest:1.21.9from
Conversation
- Update all mixins for 1.21.11 API changes - Fix WrapMethod annotations to use correct method names - Adapt to new render system (RenderState, SubmitNodeCollector) - Update NBT access patterns (Optional returns) - Fix registry access methods (lookupOrThrow, listElements) - Update component system for 1.21.11
|
JEI had its 1.21.11 version released recently |
|
I can't seem to build this fork because the owo-lib does not resolve to my local build for the 1.21.11 port. Is it possible for you to provide a compiled jar? |
You can clone the 1.21.11 branch of owolib, build the mod and run the following command within: It should generate a file For me, the path and filename is |
|
owolib now has a public 1.21.11 release, should be good to go now |
|
This PR can now be re-targeted towards the |
Known limitations:
-Line rendering disabled**: The animated lines connecting accessory slots
to the player model are not rendered. The 1.21.11 line rendering API changed
significantly (now requires RenderPass/GpuBuffer instead of MultiBufferSource).
JEI integration disabled**: JEI is not yet available for 1.21.11.
NeoForge disabled: and didn't ported.