29 lines
831 B
INI
29 lines
831 B
INI
# Configuration file
|
|
|
|
client {
|
|
# Horizontal position of the ceremony HUD (offset from center of the screen)
|
|
I:ceremonyHudPositionX=0
|
|
|
|
# Vertical position of the ceremony HUD (offset from center of the screen)
|
|
I:ceremonyHudPositionY=-70
|
|
B:enableFloweyEasteregg=true
|
|
|
|
# Removes the screen flashing when the Night Vision/Enderman effect is about to end. Disable this if you experience problems.
|
|
# Has no effect when the "No Night Vision Flashing" mod is installed.
|
|
B:removeNightVisionFlashing=true
|
|
}
|
|
|
|
|
|
general {
|
|
# Enables the generation of Medicine Wheels in villages
|
|
B:enableVillageMedicineWheel=false
|
|
|
|
# Enables the generation of Tipis in villages
|
|
B:enableVillageTipi=false
|
|
|
|
# Set to false to prevent Skeletons from shooting Buffalos
|
|
B:skeletonsShouldAttackBuffalos=false
|
|
}
|
|
|
|
|