Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Nov 13, 2024
1 parent a13feb1 commit a5d2ee3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/loliasm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ canonicalization {
B:packageStringCanonicalization=true

# Deduplicate ResourceLocation and ModelResourceLocation instances - <default: true>
B:resourceLocationCanonicalization=false
B:resourceLocationCanonicalization=true

# Deduplicate TextureAtlasSprite's names - <default: true>
B:spriteNameCanonicalization=true
Expand Down
6 changes: 3 additions & 3 deletions config/stellar_core.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ general {

# A generic feature that when a player's open TileEntity GUI is uninstalled,
# it also forces the player's open GUI to be closed.
B:ContainerUnloadTileEntityFixes=true
B:ContainerUnloadTileEntityFixes=false
}

advancedrocketry {
Expand Down Expand Up @@ -346,7 +346,7 @@ general {
# Incompatible with some mod's models because they use their own model loader, if you encounter a missing model, please report it to the StellarCore author for manual compatibility.
# Compatible model loader: CTM,LibNine,TConstruct
# Contrary to VintageFix's DynamicResource functionality and therefore incompatible, you can only choose one.
B:ParallelModelLoader=true
B:ParallelModelLoader=false

# Defining which ModelLoader cannot be safely asynchronized to allow StellarCore to load models
# using a synchronous approach, usually requires no modification to it.
Expand All @@ -373,7 +373,7 @@ general {
# When installed with CensoredASM, turn off the `resourceLocationCanonicalization` feature of CensoredASM.
# StellarCore already has backend integration for it.
# Note: This feature may have a large impact on load times.
B:ResourceLocationCanonicalization=true
B:ResourceLocationCanonicalization=false

# (Client/Server Performance) ResourceLocationCanonicalization Available when enabled, makes the operation process asynchronous,
# dramatically reduces the impact on startup time, but uses more memory (mainly in client model loading, very much more memory) during loading,
Expand Down
3 changes: 0 additions & 3 deletions pakku.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@
"valkyrie": {
"side": "CLIENT"
},
"wrapfix": {
"side": "CLIENT"
},
"tfc-toohotaroundhere": {
"side": "CLIENT"
},
Expand Down

0 comments on commit a5d2ee3

Please sign in to comment.