This commit is contained in:
sainagh
2026-04-10 18:28:58 -05:00
parent 6e24b21e79
commit 89cbf41e1d
405 changed files with 41371 additions and 2602 deletions
+33 -1
View File
@@ -163,6 +163,9 @@ general {
# Fixes Machine Block drops being immutable, causing a crash on attempting to remove entries from the list
B:"Mutable Machine Block Drops"=true
# Prevents CME crashes when iterating over inventory slots in special containers
B:"Unstable Ingots Inventory Scanning"=true
}
forestry {
@@ -346,15 +349,31 @@ general {
}
"simple difficulty" {
# Enables customization of the altitude modifier
B:"Altitude Modifier Customization"=false
# Sets the multiplier above sea level for altitude modifier calculations
# Requires 'Altitude Modifier Customization' to be enabled
D:"Altitude Modifier: Above Sea Level Multiplier"=1.0
# Sets the multiplier below sea level for altitude modifier calculations
# Requires 'Altitude Modifier Customization' to be enabled
D:"Altitude Modifier: Below Sea Level Multiplier"=1.0
# Sets the sea level for altitude modifier calculations
# Requires 'Altitude Modifier Customization' to be enabled
I:"Altitude Modifier: Sea Level"=64
# Allows the consumption of drinks at any time, regardless of the thirst bar
B:"Always Drink"=false
B:"Canteen Consumes Water Source"=false
# Causes canteens and manual drinking to consume the source block or a cauldron level of water
B:"Drinking Consumes Water Source"=false
# Prevents canteens from adding water when already full
B:"Full Canteen Fix"=true
# Fixes the interaction of iron canteens with rain collectors
B:"Iron Canteen Interaction Fix"=true
}
@@ -681,6 +700,9 @@ general {
# Fixes the Farming Station Chorus Walker being able to loop though and check the same positions endlessly, causing a StackOverflow
B:"Fix Chorus Farming StackOverflow"=true
# Makes inserting into the Impulse Hopper filter by NBT of the relevant ghost item, which is required for actually moving the item
B:"Fix Impulse Hopper NBT Inputs"=true
# Fix the Soul Binder having empty ingredients or displaying filled soul vials in the output slot incorrectly
B:"Fix Soul Binder JEI Appearance"=true
@@ -822,7 +844,7 @@ general {
B:"Fix Aquamarine Stack Size"=true
# Fixes issues with armor set effects being cleaned up under the wrong conditions that caused crashes
B:"Fix Armor Set Effect Cleanup"=false
B:"Fix Armor Set Effect Cleanup"=true
# Fix various DivineRPG items consuming the item in the main hand regardless of the hand actually used
B:"Fix Consuming Incorrect Hand"=true
@@ -923,6 +945,16 @@ general {
B:"Fix Various Controller Crashes"=true
}
"barrels, drums, storage & more" {
# Prevents CME crashes in other mods (e.g. InControl) when dropping items onto the floor from a barrel
B:"Fix Barrel Thread Safety"=true
}
"open glasses 2" {
# Fix a NPE when getting the glasses stack when Baubles or Techguns is installed
B:"Exception getting Glasses Stack"=true
}
}