Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow some textures to be animated even if tx animation is globally disabled #195

Open
wants to merge 1 commit into
base: 0.9.x-1.12.2
Choose a base branch
from

Conversation

ichttt
Copy link

@ichttt ichttt commented Mar 13, 2019

Allows e.g. minecraft's textures to remain animated, while all others are disabled.
This is benificial, as with the default resource pack there aren't that many animated blocks, but you quickly notice the ones that are animated if it is disabled (e.g. Water, Fire)

@@ -303,9 +303,6 @@ public static void init() {
handlerCN.add(new EntityDataManagerPatch(), "net.minecraft.network.datasync.EntityDataManager");
}

patchy.addTransformerId("disableTextureAnimations_v1");
Copy link
Owner

Choose a reason for hiding this comment

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

This breaks disabling texture animations when FoamFix's texture sprite patches are disabled... as well as a fast global disable...

I like the idea, though - I might do an implementation myself at a point.

Copy link
Author

Choose a reason for hiding this comment

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

You are right. I know this approach is far from perfect, but it is enough for what I need for my own experience, and I thought I might as well share it

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