You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: overrides/config/loliasm.cfg
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,15 @@ bakedquad {
4
4
# Classes where BakedQuad::new calls need to be redirected. As of 3.2, this should be done automatically, while the changes will show in the next launch - <default: [net.minecraft.client.renderer.block.model.FaceBakery]>
# Classes that extend BakedQuad need to be handled separately. This should be done automatically, while the changes will show in the next launch - <default: []>
@@ -239,7 +242,7 @@ modfixes {
239
242
B:bwmBlastingOilOptimization=true
240
243
241
244
# EXPERIMENTAL: When ChickenASM (Library of CodeChickenLib and co.) is installed, ClassHierarchyManager can cache a lot of Strings and seem to be unused in any transformation purposes. This clears ClassHierarchyManager of those redundant strings. This option will be ignored when ChickenASM isn't installed - <default: true>
242
-
B:cleanupChickenASMClassHierarchyManager=true
245
+
B:cleanupChickenASMClassHierarchyManager=false
243
246
244
247
# When various mods are installed and their blocks have broken particles, this tweak disables it. - <default: true>
0 commit comments