@@ -14,6 +14,15 @@ general {
1414 # Fixes various duplication exploits
1515 B:" Duplication Fixes" =true
1616
17+ # Sets what level of Particles Setting is required to disable the Item Particles generated by Item Lasers transferring items
18+ # The config setting here is complex due to how Vanilla Minecraft handles the Particles setting
19+ # -1 or lower will not register the mixin
20+ # 0 disables the creation of these particles entirely
21+ # 1 disables the creation of these particles when the Particle setting is on Minimal only
22+ # 2 disables the creation of these particles when the Particle setting is on Decreased or Minimal
23+ # 3 or higher will never disable these particles
24+ I:" Item Laser Particles Graphics" =-1
25+
1726 # Fixes Laser Upgrades voiding instead of applying if there is only one item in the stack
1827 B:" Laser Upgrade Voiding" =true
1928 }
@@ -38,10 +47,11 @@ general {
3847 # Fixes various duplication exploits
3948 B:" Duplication Fixes" =true
4049
50+ # Fixes memory leak when unloading worlds/switching dimensions
51+ B:" Memory Leak Fix" =true
52+
4153 # Optimizes the Hellfire/Soul Forge to reduce tick time
4254 B:" Optimized Hellfire Forge" =true
43-
44- # Fixes memory leak when unloading worlds/switching dimensions
4555 B:" World Unload Memory Leak Fix" =true
4656 }
4757
@@ -74,6 +84,9 @@ general {
7484 " elementary staffs" {
7585 # Reintroduces the 1.5 electric staff behavior along with some subtle particles
7686 B:" Electric Staff Port" =true
87+
88+ # Lets the health staff also heal other players (and potentially more living entities)
89+ B:" Health Staff Player Healing" =true
7790 }
7891
7992 " elenai dodge 2" {
@@ -117,6 +130,9 @@ general {
117130 # Fixes the Creative Mill Generator not respecting the Creative Block Breaking config
118131 B:" Creative Mill Harvestability" =true
119132
133+ # Downgrades the message when creating a potion recipe from info to a debug
134+ B:" Downgrade Potion Recipes Log Level" =true
135+
120136 # Fixes various duplication exploits
121137 B:" Duplication Fixes" =true
122138
@@ -275,24 +291,18 @@ general {
275291 }
276292
277293 thaumcraft {
278- # Fixes various duplication exploits
279294 B:" Duplication Fixes" =true
280-
281- # Fixes the bounding box always being at the center in both cinderpearls and shimmerleafs
282295 B:" Flower Bounding Box" =true
283296
284297 # Stops the thaumometer from bobbing rapidly when using it to scan objects
285298 B:" Stable Thaumometer" =true
286299 }
287300
288301 " thaumcraft: entities" {
289- # Adds particles to firebats similar to legacy versions
290302 B:" Firebat Particles" =true
291303
292304 # Rotates dead eldritch crabs all the way like endermites, silverfish, and spiders
293305 B:" Spiderlike Eldritch Crabs" =true
294-
295- # Increases particle size of wisps similar to legacy versions
296306 B:" Wisp Particles" =true
297307 }
298308
@@ -455,8 +465,16 @@ general {
455465 }
456466
457467 " compact machines" {
468+ # Improves server performance by properly controlling spawn checks (effectiveness depends on CM's config)
469+ # Disable both 'allowHostileSpawns' and 'allowPeacefulSpawns' in the CM config for best performance
470+ # Does nothing if both config values are true
471+ B:" Allowed Spawns Improvement" =true
472+
458473 # Fixes some compact machine walls being invisible if Nothirium 0.2.x (and up) or Vintagium is installed
459474 B:" Invisible Wall Render Fix" =true
475+
476+ # Fixes client-side memory leak associated with miniaturization recipes
477+ B:" Memory Leak Fix" =true
460478 }
461479
462480 " effortless building" {
@@ -526,6 +544,47 @@ general {
526544 B:" Sky of Old Dimension Fix" =true
527545 }
528546
547+ bibliocraft {
548+ # Fixes client-side memory leak by disabling version check
549+ B:" Disable Version Check" =true
550+ }
551+
552+ collective {
553+ # Fixes memory leak when unloading worlds/switching dimensions
554+ B:" Memory Leak Fix" =true
555+ }
556+
557+ emojicord {
558+ # Improves emoji context calculation to improve fps when rendering a lot of text
559+ B:" Emoji Context" =true
560+ }
561+
562+ " ender io" {
563+ # Fixes client-side memory leak by replacing obelisk renderer with a simpler one
564+ B:" Replace Obelisk Renderer" =true
565+ }
566+
567+ " in control!" {
568+ # Fixes onJoin spawn rules repeatedly modifying mob attack/health/speed
569+ B:" Spawn Rule Stats Fix" =true
570+ }
571+
572+ " iron chests" {
573+ # Fixes client-side memory leak by replacing the crystal chest/shulker box renderer with a simpler one
574+ # Note: Stack sizes are not rendered, similar to modern versions of this mod
575+ B:" Replace Crystal Chest/Shulker Renderer" =true
576+ }
577+
578+ " random things" {
579+ # Fixes a bug where crafting the output of an Anvil recipe would modify the recipe, preventing crafts until restart
580+ B:" Anvil Crafting Fix" =true
581+ }
582+
583+ woot {
584+ # Remove any leftover entities spawned on simulated mob's death
585+ B:" Cleanup Simulated Kills" =true
586+ }
587+
529588}
530589
531590
0 commit comments