You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
497 B
21 lines
497 B
6 years ago
|
# Configuration file
|
||
|
|
||
|
general {
|
||
|
# Allow players to automatically pickup items [default: false]
|
||
|
B:"Auto Pickup"=true
|
||
|
|
||
|
# Toggles items floating on water [default: true]
|
||
|
B:"Can Float"=true
|
||
|
|
||
|
# Render items the old way (Client Side Only) [default: false]
|
||
|
B:"Old Items"=false
|
||
|
|
||
|
# Affects pickup accuracy tolerance [range: 0.01 ~ 1.0, default: 0.2]
|
||
|
S:"Pickup Radius"=0.5
|
||
|
|
||
|
# Manual pickup distance in blocks [range: 1.0 ~ 5.0, default: 2.5]
|
||
|
S:"Pickup Reach"=2.5
|
||
|
}
|
||
|
|
||
|
|