LoliKingdom / LoliASM

The lolis are now preparing to bytecode manipulate your game.
GNU Lesser General Public License v2.1
106 stars 23 forks source link

Texture/animation bug together with OptiFine #110

Closed NorthHusky closed 2 years ago

NorthHusky commented 2 years ago

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

2) 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?

Rongmario commented 2 years ago

Duplicate of #109