![CensoredASM](https://media.forgecdn.net/avatars/thumbnails/358/827/256/256/637520208754289091.png)
Texture/animation bug together with OptiFine
NorthHusky opened this issue ยท 1 comments
Mods:
preview_OptiFine_1.12.2_HD_U_G6_pre1
loliasm-5.3
!mixinbooter-4.2
Chisel-MC1.12.2-1.0.2.45
CTM-MC1.12.2-1.0.2.31
gregtech-1.12.2-2.3.1-beta
- Such a problem is present when the Anisotropic filtering parameter is set in Optifine [1-16]
And in the config of your mod, two parameters are set to True:
textures {
# Calculate and send animated textures only when needed to the GPU, better than VanillaFix's textureFixes config - <default: true>
B:onDemandAnimatedTextures=true
# Releases TextureAtlasSprite's framesTextureData. Won't touch custom TextureAtlasSprite implementations - <default: true>
B:releaseSpriteFramesCache=true
- With these parameters in the config, there is a bug in the animation of the fan blocks from the Chisel mod (missing fan rotation animation)
If you disable these two parameters in the config to False, or disable Anisotropic filtering to 0, then the bug does not appear
I need to disable these two parameters in the config and it should be like this, or is it a bug?
Duplicate of #109