Original by PilzAdam
This mod adds Minecraft like drop/pick up of items to Minetest.
By default two behaviours are added:
- Digging nodes causes them to drop rather than be systematically added to inventory
- Standing near nodes causes them to be added to your inventory
You can turn them off with the following mintest.conf
settings:
item_drop.autocollect = false
- turn off collecting nodes automaticallyitem_drop.drop_nodes = false
- turn off making nodes drop on dig
- Source is licensed under LGPLv2.1 (from original "WTFPL")
- Sounds are licensed under Creative Commons CC-BY-SA 4.0 (from original "WTFPL"), attribution PilzAdams