item_drop/settingtypes.txt

21 lines
673 B
Plaintext

#Pick up items automatically
item_drop.enable_item_pickup (Enable item pickups) bool true
#Drop items in-world on dig
item_drop.enable_item_drop (Enable item drops) bool true
#Use a key to pick up items
item_drop.enable_pickup_key (Use pickup key) bool true
#What keytype to use as pickup key
item_drop.pickup_keytype (Pickup keytype) enum Use Use,Sneak,LeftAndRight,RMB,SneakAndRMB
#The volume of the pickup sound
item_drop.pickup_sound_gain (Pickup sound gain) float 0.4
#Player pickup radius
item_drop.pickup_radius (Pickup radius) float 0.75
#Time delay in seconds after autopicking an item if it's dropped by a player
item_drop.pickup_age (Pickup age) float 0.5