Skip to content

Port:OC alpha.191+26.1,1.21.11,1.21.5+Feat:FadeOut#12

Merged
Wyvest merged 4 commits into
Polyfrost:twoconfigfrom
Tryflle:twoconfig
Jun 6, 2026
Merged

Port:OC alpha.191+26.1,1.21.11,1.21.5+Feat:FadeOut#12
Wyvest merged 4 commits into
Polyfrost:twoconfigfrom
Tryflle:twoconfig

Conversation

@Tryflle

@Tryflle Tryflle commented Jun 5, 2026

Copy link
Copy Markdown

Description

Bring to OneConfig v1 alpha.191
Add support for versions:

  • 26.1
  • 1.21.11
  • 1.21.5
    Re-implement feature: Tint fade out

OmniImage newImage = OmniImages.from(image);
DamageTintClient.INSTANCE.LOGGER.info("updateOverlayColor called in mixin");
boolean isARGB = true;
Method setPixelMethod = null;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use a mixin invoker instead

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait bruh just use Stonecutter preprocessing why did you even do reflection

@Tryflle

Tryflle commented Jun 6, 2026

Copy link
Copy Markdown
Author
image

Comment thread build.gradle.kts Outdated
}
})
} else {
findProperty("yarn_mappings")?.toString()?.takeUnless { it.isBlank() }?.let {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this part (we dont do yarn mappings anymore, we dont support anything except mojang mappings)

Comment thread build.gradle.kts Outdated
// fabric-loader 0.18.4 bundles sponge-mixin 0.17.0, which lacks IAdviceProvider.
// OneConfig alpha.191 was compiled against 0.17.2 which added that class.
// Force the newer version to avoid NoClassDefFoundError at runtime.
force("net.fabricmc:sponge-mixin:0.17.2+mixin.0.8.7")

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bruh just update fabric loader

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uhm i forgot to review what it did to fix that error

@Wyvest Wyvest merged commit bcc03e5 into Polyfrost:twoconfig Jun 6, 2026
1 check passed
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.

2 participants