item_drop/settingtypes.txt

21 lines
673 B
Plaintext
Raw Normal View History

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