This commit is contained in:
sainagh
2025-01-15 16:18:41 -08:00
parent f7532d1672
commit caeb0bd183
6066 changed files with 73099 additions and 844957 deletions
+69 -10
View File
@@ -14,6 +14,15 @@ general {
# Fixes various duplication exploits
B:"Duplication Fixes"=true
# Sets what level of Particles Setting is required to disable the Item Particles generated by Item Lasers transferring items
# The config setting here is complex due to how Vanilla Minecraft handles the Particles setting
# -1 or lower will not register the mixin
# 0 disables the creation of these particles entirely
# 1 disables the creation of these particles when the Particle setting is on Minimal only
# 2 disables the creation of these particles when the Particle setting is on Decreased or Minimal
# 3 or higher will never disable these particles
I:"Item Laser Particles Graphics"=-1
# Fixes Laser Upgrades voiding instead of applying if there is only one item in the stack
B:"Laser Upgrade Voiding"=true
}
@@ -38,10 +47,11 @@ general {
# Fixes various duplication exploits
B:"Duplication Fixes"=true
# Fixes memory leak when unloading worlds/switching dimensions
B:"Memory Leak Fix"=true
# Optimizes the Hellfire/Soul Forge to reduce tick time
B:"Optimized Hellfire Forge"=true
# Fixes memory leak when unloading worlds/switching dimensions
B:"World Unload Memory Leak Fix"=true
}
@@ -75,6 +85,9 @@ general {
"elementary staffs" {
# Reintroduces the 1.5 electric staff behavior along with some subtle particles
B:"Electric Staff Port"=true
# Lets the health staff also heal other players (and potentially more living entities)
B:"Health Staff Player Healing"=true
}
"elenai dodge 2" {
@@ -118,6 +131,9 @@ general {
# Fixes the Creative Mill Generator not respecting the Creative Block Breaking config
B:"Creative Mill Harvestability"=true
# Downgrades the message when creating a potion recipe from info to a debug
B:"Downgrade Potion Recipes Log Level"=true
# Fixes various duplication exploits
B:"Duplication Fixes"=true
@@ -189,7 +205,7 @@ general {
"item stages" {
# Changes item matching code to CraftTweaker's ingredient matching system, fixes item NBT issues
B:"Ingredient Matching"=false
B:"Ingredient Matching"=true
}
mekanism {
@@ -338,10 +354,7 @@ general {
}
thaumcraft {
# Fixes various duplication exploits
B:"Duplication Fixes"=true
# Fixes the bounding box always being at the center in both cinderpearls and shimmerleafs
B:"Flower Bounding Box"=true
# Stops the thaumometer from bobbing rapidly when using it to scan objects
@@ -349,13 +362,10 @@ general {
}
"thaumcraft: entities" {
# Adds particles to firebats similar to legacy versions
B:"Firebat Particles"=true
# Rotates dead eldritch crabs all the way like endermites, silverfish, and spiders
B:"Spiderlike Eldritch Crabs"=true
# Increases particle size of wisps similar to legacy versions
B:"Wisp Particles"=true
}
@@ -518,8 +528,16 @@ general {
}
"compact machines" {
# Improves server performance by properly controlling spawn checks (effectiveness depends on CM's config)
# Disable both 'allowHostileSpawns' and 'allowPeacefulSpawns' in the CM config for best performance
# Does nothing if both config values are true
B:"Allowed Spawns Improvement"=true
# Fixes some compact machine walls being invisible if Nothirium 0.2.x (and up) or Vintagium is installed
B:"Invisible Wall Render Fix"=true
# Fixes client-side memory leak associated with miniaturization recipes
B:"Memory Leak Fix"=true
}
"effortless building" {
@@ -560,7 +578,7 @@ general {
"codechicken lib" {
# Fixes network ByteBuf leaks from PacketCustom
B:"Packet Leak Fix"=false
B:"Packet Leak Fix"=true
}
"ender storage" {
@@ -589,6 +607,47 @@ general {
B:"Sky of Old Dimension Fix"=true
}
bibliocraft {
# Fixes client-side memory leak by disabling version check
B:"Disable Version Check"=true
}
collective {
# Fixes memory leak when unloading worlds/switching dimensions
B:"Memory Leak Fix"=true
}
emojicord {
# Improves emoji context calculation to improve fps when rendering a lot of text
B:"Emoji Context"=true
}
"ender io" {
# Fixes client-side memory leak by replacing obelisk renderer with a simpler one
B:"Replace Obelisk Renderer"=true
}
"in control!" {
# Fixes onJoin spawn rules repeatedly modifying mob attack/health/speed
B:"Spawn Rule Stats Fix"=true
}
"iron chests" {
# Fixes client-side memory leak by replacing the crystal chest/shulker box renderer with a simpler one
# Note: Stack sizes are not rendered, similar to modern versions of this mod
B:"Replace Crystal Chest/Shulker Renderer"=true
}
"random things" {
# Fixes a bug where crafting the output of an Anvil recipe would modify the recipe, preventing crafts until restart
B:"Anvil Crafting Fix"=true
}
woot {
# Remove any leftover entities spawned on simulated mob's death
B:"Cleanup Simulated Kills"=true
}
}