308 lines
12 KiB
INI
308 lines
12 KiB
INI
# Configuration file
|
|
|
|
general {
|
|
|
|
blocks {
|
|
# Fixes anvils allowing to repair irreparable items
|
|
B:"Anvil Repairable Check"=true
|
|
|
|
# Fixes rendering issues with banners by correctly sizing their render bounding boxes
|
|
# Incompatible with RenderLib
|
|
B:"Banner Bounding Box"=true
|
|
|
|
# Fixes the offset of mouseover selection boxes for blocks
|
|
# Value needs to be larger than 0 to prevent z-fighting
|
|
# Vanilla default is 0.002
|
|
D:"Block Selection Box Offset"=1.0E-4
|
|
|
|
# Fixes inconsistent delays of comparators to prevent redstone timing issues
|
|
B:"Comparator Timing"=true
|
|
|
|
# Prevents duplication of falling blocks through end portals
|
|
B:"Falling Block End Portal Dupe"=true
|
|
|
|
# Only damage living entities hit by falling blocks, prevents killing items and XP
|
|
B:"Falling Block Entity Damage"=true
|
|
|
|
# Slims down the hopper bounding box for easier access of nearby blocks
|
|
B:"Hopper Bounding Box"=true
|
|
|
|
# Prevents crashes when the destination tile entity becomes unavailable during the item insert process
|
|
# Mainly utilized to suppress edge case symptoms with Thaumcraft's Thaumatorium
|
|
B:"Hopper Insert Safety Check"=true
|
|
|
|
# Prevents voiding held items when right + left clicking on an item frame simultaneously
|
|
B:"Item Frame Void"=true
|
|
|
|
# Disables climbing movement when flying
|
|
B:"Ladder Flying Slowdown"=true
|
|
|
|
# Prevents ghost blocks by sending an additional block change packet
|
|
B:"Mining Glitch"=true
|
|
|
|
# Properly saves the last state of pistons to tags
|
|
B:"Piston Progress"=true
|
|
|
|
# Improves retraction behavior on double piston extenders
|
|
B:"Piston Retraction"=false
|
|
|
|
# Fixes sleeping always resetting rain and thunder times
|
|
B:"Sleep Resets Weather"=true
|
|
|
|
"block overlay" {
|
|
# Fixes x-ray when standing in non-suffocating blocks
|
|
B:"[1] Block Overlay Toggle"=true
|
|
|
|
# Excludes blocks from the block overlay bugfix
|
|
# Syntax: modid:block
|
|
S:"[2] Blacklist" <
|
|
>
|
|
|
|
# Includes blocks in the block overlay bugfix
|
|
# Syntax: modid:block
|
|
S:"[3] Whitelist" <
|
|
>
|
|
}
|
|
|
|
"mining glitch" {
|
|
B:"[1] Mining Glitch Toggle"=true
|
|
I:"[2] Maximum Movement Packets"=10
|
|
}
|
|
|
|
}
|
|
|
|
entities {
|
|
# Improves the attack radius of hostile mobs by checking the line of sight with raytracing
|
|
B:"Attack Radius"=true
|
|
|
|
# Prevents fire projectiles burning entities when blocking with shields
|
|
B:"Block Fire"=true
|
|
|
|
# Sets the required fall height in blocks for boats to break
|
|
# -1 for vanilla default
|
|
# 0 for never breaking
|
|
I:"Boat Breaking Fall Height"=0
|
|
|
|
# Fixes entities glitching through the bottom of boats
|
|
B:"Boat Riding Offset"=true
|
|
|
|
# Replaces linked entity AI task sets with concurrent sets to avoid mod exception concerning entity AI
|
|
# Only enable this if you're facing concurrent modification exceptions with entity AI tasks, for example Thaumcraft's Pechs
|
|
B:"Concurrent Entity AI Tasks"=false
|
|
|
|
# Fixes corrupted entities exceeding the allowed death time
|
|
B:"Death Time"=true
|
|
|
|
# Fixes lag caused by dead entities by sending additional packets when the player is not alive
|
|
B:"Destroy Entity Packets"=true
|
|
|
|
# Fixes missing player states when changing dimensions by sending additional packets
|
|
B:"Dimension Change Player States"=true
|
|
|
|
# Fixes item duplications when players are dropping items and disconnecting
|
|
B:"Disconnect Dupe"=true
|
|
|
|
# Fixes a duplication exploit connected to the inventories of donkeys and mules
|
|
B:"Donkey/Mule Dupe"=true
|
|
B:"Double Consumption"=true
|
|
|
|
# Fixes consuming a food item having a chance of also consuming a second item without any animation, like the infamous double eating food bug
|
|
B:"Double Food Consumption"=true
|
|
|
|
# Relocate elytra deployment and landing to client side to prevent issues with high latencies
|
|
B:"Elytra Deployment & Landing"=true
|
|
|
|
# Saves entity bounding boxes to tags to prevent breakouts and suffocation
|
|
B:"Entity Bounding Box"=true
|
|
|
|
# Fixes non-functional elytra firework boosting and guardian targeting if the entity ID is 0
|
|
B:"Entity ID"=true
|
|
B:"Entity Lists"=true
|
|
|
|
# Prevents corruption of entities caused by invalid health, absorption, damage and knockback values
|
|
B:"Entity NaN Values"=true
|
|
|
|
# Pushes entities out of blocks when growing up to prevent suffocation
|
|
B:"Entity Suffocation"=true
|
|
|
|
# Fixes entity tracker to prevent client-sided desyncs when teleporting or changing dimensions
|
|
# Incompatible with SpongeForge
|
|
B:"Entity Tracker"=true
|
|
|
|
# Changes UUIDs of loaded entities in case their UUIDs are already assigned (and removes log spam)
|
|
B:"Entity UUID"=true
|
|
|
|
# Fixes the player model occasionally disappearing when flying with elytra in a straight line in third-person mode
|
|
# Incompatible with OpenModsLib
|
|
B:"Fixes Invisible Player when Flying with Elytra"=true
|
|
|
|
# Modifies falling logic of horses, listening to LivingFallEvent and taking jump boost into account
|
|
B:"Horse Falling"=true
|
|
|
|
# Corrects maximum player health on joining by setting the last saved health value
|
|
B:"Max Player Health"=true
|
|
|
|
# Fixes non-player entities being able to control minecarts
|
|
B:"Minecart AI"=true
|
|
|
|
# Fixes mobs being unable to cross rails during pathfinding
|
|
B:"Mobs Crossing Rails"=true
|
|
|
|
# Fixes mounts and boats sometimes disappearing after dismounting
|
|
B:"Mount Desync"=true
|
|
|
|
# Fixes ocelots being incorrectly included in biome monster spawn lists
|
|
B:"Ocelot Biome Spawn List"=true
|
|
|
|
# Fixes saturation depleting in peaceful mode
|
|
B:"Player Saturation"=true
|
|
|
|
# Fixes a duplication exploit connected to shearing mooshrooms
|
|
B:"Shear Mooshroom Dupe"=true
|
|
|
|
# Fixes skeletons not looking at their targets when strafing
|
|
B:"Skeleton Aim"=true
|
|
|
|
# Fixes untipped arrows emitting blue tipped arrow particles upon reloading a world
|
|
B:"Untipped Arrow Particles"=true
|
|
|
|
# Returns missing hoods to villager mantles
|
|
B:"Villager Mantle Hoods"=true
|
|
|
|
"entity desync" {
|
|
# Fixes entity motion desyncs most notable with arrows and thrown items
|
|
B:"[1] Entity Desync Toggle"=true
|
|
|
|
# Syntax: modid:entity
|
|
# Example: minecraft:minecart
|
|
S:"[2] Entity Blacklist" <
|
|
minecraft:minecart
|
|
>
|
|
}
|
|
|
|
"entity lists" {
|
|
# Fixes chunk entity lists often not getting updated correctly
|
|
B:"Chunk Updates"=true
|
|
|
|
# Fixes client-side memory leak where some entity ids are not set before being added to the world's entity list
|
|
B:"World Additions"=true
|
|
}
|
|
|
|
}
|
|
|
|
misc {
|
|
# Improves the accuracy of smooth lighting by checking for suffocation and light opacity
|
|
B:"Accurate Smooth Lighting"=true
|
|
B:"Blast Protection Knockback"=false
|
|
|
|
# Fixes crafted item statistics not increasing correctly when items are crafted with shift-click or drop methods
|
|
B:"Crafted Item Statistics"=true
|
|
|
|
# Fix missing face culling during item pickup particle rendering
|
|
B:"Cull Picked-up Items"=true
|
|
B:"Depth Mask"=true
|
|
|
|
# Fixes enchantments displaying unlocalized levels
|
|
B:"Enchantment Level Visibility"=true
|
|
|
|
# Fixes entity layer rendering issues by enabling depth buffer writing
|
|
B:"Entity Depth Mask"=true
|
|
|
|
# Changes the durability storing to use ints instead of shorts, eliminating many issues with high-durability items (I.E. TiC tools)
|
|
B:"Extend Item Durability Range"=true
|
|
|
|
# Replaces the help command, sorts and reports broken commands
|
|
B:"Help Command"=true
|
|
|
|
# Prevents various crashes with Turkish locale
|
|
B:"Locale Crash"=true
|
|
|
|
# Fixes Forge's overlay message (action bar) fade out regression
|
|
B:"Overlay Message Fade Out"=true
|
|
|
|
# Increases the packet size limit to account for large packets in modded environments
|
|
# Vanilla default is 0x200000
|
|
# Incompatible with SpongeForge and RandomPatches
|
|
I:"Packet Size"=16777216
|
|
|
|
# Fixes particle rendering issues by enabling depth buffer writing
|
|
# Can cause issues with modded particles
|
|
B:"Particle Depth Mask"=false
|
|
|
|
# Fixes various particle types not showing up on the client
|
|
B:"Particle Spawning"=true
|
|
|
|
# Fixes potion effects not displaying their level above 'IV'
|
|
B:"Potion Amplifier Visibility"=true
|
|
|
|
# Fixes the spectator menu not showing player skins
|
|
B:"Spectator Menu"=true
|
|
|
|
# Fixes a raytracing bug which causes third person camera tilting to be slightly asymmetric
|
|
B:"Third Person Camera Orientation"=true
|
|
|
|
"model gap" {
|
|
B:"[1] Model Gap Toggle"=true
|
|
D:"[2] Recess Value"=0.007
|
|
D:"[3] Expansion Value"=0.008
|
|
}
|
|
|
|
}
|
|
|
|
world {
|
|
# Fixes loading of outdated chunks to prevent duplications, deletions and data corruption
|
|
# Incompatible with SpongeForge
|
|
B:"Chunk Saving"=true
|
|
|
|
# Fixes mismatching difficulty settings if a mod loads new dimensions before the world is loaded on client side
|
|
B:"Difficulty Consistency"=true
|
|
|
|
# Fixes invisible chunks in edge cases (small enclosed rooms at chunk borders)
|
|
B:"Frustum Culling"=true
|
|
|
|
# Determines the required amount of opaque blocks in the chunk to enable occlusion culling
|
|
# Performance sensitive!
|
|
# Min: -2147483648
|
|
# Max: 4097
|
|
I:"Occlusion Culling Threshold"=256
|
|
B:"Portal Location Link"=true
|
|
|
|
# Fixes duplication issues that can occur when entities travel through portals
|
|
B:"Portal Traveling Dupe"=true
|
|
|
|
# Changes the data table of tile entities to resolve issues
|
|
# HASHMAP: Vanilla default
|
|
# LINKED_HASHMAP: Keeps the loading order of tile entities to prevent issues during the first ticks of chunk loading
|
|
# CONCURRENT_HASHMAP: Allows simultaneous access to tile entities to prevent concurrent modification exceptions
|
|
# CONCURRENT_LINKED_HASHMAP: Combines LINKED_HASHMAP and CONCURRENT_HASHMAP, may have random side effects
|
|
# Valid values:
|
|
# HASHMAP
|
|
# LINKED_HASHMAP
|
|
# CONCURRENT_HASHMAP
|
|
# CONCURRENT_LINKED_HASHMAP
|
|
S:"Tile Entity Map"=CONCURRENT_LINKED_HASHMAP
|
|
|
|
# Always builds village structures with biome-specific blocks
|
|
# Improves compatibility with mods such as BiomeTweaker
|
|
B:"Village Component Parts"=true
|
|
|
|
# Fixes witch hut structure data not accounting for the height it is generated at
|
|
B:"Witch Huts"=true
|
|
|
|
"portal location link" {
|
|
# Lets Nether portals link to the player's overworld entry portal if within the configured search distance
|
|
B:"[1] Portal Location Link Toggle"=true
|
|
|
|
# Distance in blocks to search for the player's overworld entry portal
|
|
# Set to 0 to always link to the last overworld entry portal regardless of distance
|
|
# Min: 0
|
|
# Max: 2147483647
|
|
I:"[2] Portal Search Distance"=1024
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|