0.15.2
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
general {
|
||||
|
||||
abyssalcraft {
|
||||
# Disables AbyssalCraft's Plague-type mobs spawning lingering potion effects on death
|
||||
B:"Disable Plague Potion Clouds"=false
|
||||
|
||||
# Optimizes AbyssalCraft's item transport system to reduce tick overhead
|
||||
B:"Optimized Item Transport"=true
|
||||
}
|
||||
@@ -10,6 +13,9 @@ general {
|
||||
"actually additions" {
|
||||
# Fixes various duplication exploits
|
||||
B:"Duplication Fixes"=true
|
||||
|
||||
# Fixes Laser Upgrades voiding instead of applying if there is only one item in the stack
|
||||
B:"Laser Upgrade Voiding"=true
|
||||
}
|
||||
|
||||
"arcane archives" {
|
||||
@@ -94,13 +100,28 @@ general {
|
||||
}
|
||||
|
||||
"the erebus" {
|
||||
# Fixes Cabbage not dropping the correct items in some situations
|
||||
B:"Fix Cabbage Drop"=true
|
||||
|
||||
# Fixes the Quake Hammer using the incorrect config option to control its size
|
||||
B:"Fix Quake Hammer Texture"=true
|
||||
|
||||
# Prevents HWYLA/TOP crashes with preserved blocks
|
||||
B:"Preserved Blocks Fix"=true
|
||||
}
|
||||
|
||||
"extra utilities 2" {
|
||||
# Fixes the Creative Mill Generator not respecting the Creative Block Breaking config
|
||||
B:"Creative Mill Harvestability"=true
|
||||
|
||||
# Fixes various duplication exploits
|
||||
B:"Duplication Fixes"=true
|
||||
|
||||
# Fixes Mob Attack and Health Statistics being repeatedly doubled
|
||||
B:"Fix Deep Dark Stats"=true
|
||||
|
||||
# Fixes Machine Block drops being immutable, causing a crash on attempting to remove entries from the list
|
||||
B:"Mutable Machine Block Drops"=true
|
||||
}
|
||||
|
||||
forestry {
|
||||
@@ -129,6 +150,9 @@ general {
|
||||
# Allows Forestry farms to pick up ExtraTrees fruit
|
||||
B:"Extra Trees: Gather Windfall"=true
|
||||
|
||||
# Fixes broken textures for various running and landing particles
|
||||
B:"Particle Fixes"=true
|
||||
|
||||
# Allows Forestry farms to automatically replant cocoa beans
|
||||
B:"Replanting Cocoa Beans"=true
|
||||
}
|
||||
@@ -141,6 +165,9 @@ general {
|
||||
"industrial foregoing" {
|
||||
# Fixes various duplication exploits
|
||||
B:"Duplication Fixes"=true
|
||||
|
||||
# Fixes an off-by-one error where IF Machines would display the max tier of range addon as one less than the actual maximum
|
||||
B:"Machines Max Range Off-By-One Fix"=true
|
||||
}
|
||||
|
||||
"infernal mobs" {
|
||||
@@ -387,8 +414,6 @@ general {
|
||||
"thaumic wonders" {
|
||||
# Fixes various duplication exploits
|
||||
B:"Duplication Fixes"=true
|
||||
|
||||
# Fixes a client-side memory leak when wearing Void Fortress armor
|
||||
B:"Memory Leak Fix"=false
|
||||
}
|
||||
|
||||
@@ -421,6 +446,11 @@ general {
|
||||
S:"Material Blacklist" <
|
||||
>
|
||||
|
||||
# Determines the maximum number of possible items to display before not rendering any to prevent substantial lag
|
||||
# 0 to disable rendering items in the smeltery entirely
|
||||
# -1 for the default, which is always rendering items
|
||||
I:"Maximum Items to Render in Smeltery"=-1
|
||||
|
||||
# Suppresses special abilities of long swords and rapiers when shurikens are wielded in the offhand
|
||||
B:"Offhand Shuriken"=true
|
||||
|
||||
@@ -489,6 +519,32 @@ general {
|
||||
B:"Memory Leak Fix"=true
|
||||
}
|
||||
|
||||
"astral sorcery" {
|
||||
# Fixes a bug where particle effects would continue to render after changing dimensions
|
||||
B:"Clear Particle Effects"=true
|
||||
|
||||
# Downgrades the message when completing a recipe without an initializing player from a warning to a debug
|
||||
B:"Downgrade Missing Player Log Level"=true
|
||||
|
||||
# Fixes Sooty Marble Pillar blocking the proper rendering of adjacent fluids due to inverted logic
|
||||
B:"Sooty Marble Rendering Fix"=true
|
||||
}
|
||||
|
||||
"modular routers" {
|
||||
# Fixes particles being added from the wrong thread which corrupted the particle manager
|
||||
B:"Particle Thread Fix"=true
|
||||
}
|
||||
|
||||
railcraft {
|
||||
# Disables the beta message warning on world join
|
||||
B:"No Beta Warning"=true
|
||||
}
|
||||
|
||||
"rftools dimensions" {
|
||||
# Fixes a bug where joining a world or server with any RFTools Dimension registered would disallow entering another world without that dimension until restarting
|
||||
B:"Fully Unregister Dimensions"=true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user