33 lines
931 B
INI
33 lines
931 B
INI
# Configuration file
|
|
|
|
"main settings" {
|
|
# Players are affected by temperature [default: true]
|
|
B:"Enable Body Temperature"=true
|
|
|
|
# The effects of the mod will work on Peaceful difficulty. [default: false]
|
|
B:"Enable Peaceful"=false
|
|
|
|
# Players are affected by thirst. [default: true]
|
|
B:"Enable Thirst"=true
|
|
|
|
# Allows drinking from rain by sneak-rightclick and empty main hand if looking up at raining sky. [default: false]
|
|
B:"Enable drinking from rain"=false
|
|
|
|
# Allows drinking directly from water-source blocks with sneak-rightclick and empty main hand [default: true]
|
|
B:"Enable drinking from water blocks"=true
|
|
}
|
|
|
|
|
|
"tweak settings" {
|
|
# Ice Blocks drop Ice Cubes. [default: true]
|
|
B:"Ice Cube Drops"=true
|
|
|
|
# Loot tables are tweaked for balance. [default: true]
|
|
B:"Loot Table Tweaks"=true
|
|
|
|
# Magma Blocks drop Magma Shards. [default: true]
|
|
B:"Magma Shard Drops"=true
|
|
}
|
|
|
|
|