mirror of
https://github.com/minetest-mods/item_drop.git
synced 2025-07-12 11:10:20 +02:00
Don't override handle_node_drops in creative mode
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#Pick up items automatically
|
||||
item_drop.enable_item_pickup (Enable item pickups) bool true
|
||||
|
||||
#Drop items in-world on dig
|
||||
#Drop items in-world on dig, does nothing in creative mode
|
||||
item_drop.enable_item_drop (Enable item drops) bool true
|
||||
|
||||
#Use a key to pick up items
|
||||
|
Reference in New Issue
Block a user