Skip to content

Conversation

@roggy666
Copy link

  • 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

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.

- 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
@GillesSchippers
Copy link

JEI had its 1.21.11 version released recently

@GillesSchippers
Copy link

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?

@asrieldashie
Copy link

asrieldashie commented Jan 26, 2026

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:

./gradlew generatePomFileForMavenJavaPublication

It should generate a file (owo-repo-folder)/owo-sentinel/build/publications/mavenJava/pom-default.xml, then you can rename and copy it to where gradle asked for the specific file.

For me, the path and filename is (accesories-repo-folder)/.gradle/loom-cache/remapped_mods/io/wispforest/owo-lib/0.12.24+1.21.11/owo-lib-0.12.24+1.21.11.pom (the mod jar file also goes here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants