Skip to content

Commit

Permalink
fix(config): 🧩Enable onDemandAnimatedTextures
Browse files Browse the repository at this point in the history
This option will break all block animations (fire, lava, etc.) when Optifine installed. But it give so huge boost to FPS that its affordable cost.
  • Loading branch information
Krutoy242 committed Mar 17, 2024
1 parent 225198f commit 1c85924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/loliasm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ spark {

textures {
# Calculate and send animated textures only when needed to the GPU, better than VanillaFix's textureFixes config - <default: true>
B:onDemandAnimatedTextures=false
B:onDemandAnimatedTextures=true

# Releases TextureAtlasSprite's framesTextureData. Won't touch custom TextureAtlasSprite implementations - <default: true>
B:releaseSpriteFramesCache=true
Expand Down

0 comments on commit 1c85924

Please sign in to comment.