CensoredASM

CensoredASM

422k Downloads

Texture/animation bug together with OptiFine

NorthHusky opened this issue ยท 1 comments

commented

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

  1. 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

image

  1. 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)
    image

If you disable these two parameters in the config to False, or disable Anisotropic filtering to 0, then the bug does not appear
image
image
image

I need to disable these two parameters in the config and it should be like this, or is it a bug?

commented

Duplicate of #109