item_drop/README.md

725 B

Item Drop for Minetest/Minetest-C55

Original by PilzAdam

This mod adds Minecraft like drop/pick up of items to Minetest.

Configuration

By default two behaviours are added:

  1. Digging nodes causes them to drop rather than be systematically added to inventory
  2. 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 automatically
  • item_drop.drop_nodes = false - turn off making nodes drop on dig

Licenses

  • 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