forked from minetest-mods/item_drop
Enable pickup_keyinvert by default
This commit is contained in:
@ -8,7 +8,7 @@ item_drop.enable_item_drop (Enable item drops) bool true
|
||||
item_drop.enable_pickup_key (Use pickup key) bool true
|
||||
|
||||
#Collect items when the key is not pressed instead of when it is pressed
|
||||
item_drop.pickup_keyinvert (Invert pickup key) bool false
|
||||
item_drop.pickup_keyinvert (Invert pickup key) bool true
|
||||
|
||||
#What keytype to use as pickup key
|
||||
item_drop.pickup_keytype (Pickup keytype) enum Use Use,Sneak,LeftAndRight,RMB,SneakAndRMB
|
||||
|
Reference in New Issue
Block a user