item_drop/settingtypes.txt

39 lines
1.4 KiB
Plaintext
Raw Permalink 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, does nothing in creative mode
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
2017-09-08 20:36:36 +02:00
#Collect items when the key is not pressed instead of when it is pressed
2019-06-04 16:44:46 +02:00
item_drop.pickup_keyinvert (Invert pickup key) bool true
2017-09-08 20:36:36 +02:00
2017-07-09 17:33:22 +02:00
#What keytype to use as pickup key
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
2018-06-18 10:18:06 +02:00
#Display a particle of the item picked up above the player
item_drop.pickup_particle (Pickup particle) bool true
2017-09-08 20:25:16 +02:00
#Player pickup radius, the maximum distance from which items can be collected
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
2017-09-08 20:25:16 +02:00
#Magnet radius, items between pickup_radius and this begin flying to the player
#Set it to -1 (or something else smaller than pickup_radius) to disable item
#flying
item_drop.magnet_radius (Magnet radius) float -1
#Item flight duration, items flying for more than this time are added to the
#player's inventory
item_drop.magnet_time (Magnet time) float 5.0
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
#Enable manual item pickups by mouse
item_drop.mouse_pickup (Mouse pickup) bool true