Go to file
Robert Zenz 664b7c0af0 Initial commit. 2015-11-07 19:32:49 +01:00
deps Initial commit. 2015-11-07 19:32:49 +01:00
doc Initial commit. 2015-11-07 19:32:49 +01:00
mods Initial commit. 2015-11-07 19:32:49 +01:00
.gitmodules Initial commit. 2015-11-07 19:32:49 +01:00
LICENSE Initial commit. 2015-11-07 19:32:49 +01:00
Makefile Initial commit. 2015-11-07 19:32:49 +01:00
README Initial commit. 2015-11-07 19:32:49 +01:00
README.md Initial commit. 2015-11-07 19:32:49 +01:00

README.md

minetest-australopithecus-auto-drops

A system which drops all drops from a dug node as items.

Usage

The system activates itself, you just need to add the mod to the subgame.

Configuration

The system can be configured by adding settings to the minetest.conf:

# If the system should be activated, defaults to true.
autodrops_activate = true.

# If the stacks that are split in some way, defaults to single.
# Possible values are:
#  random: The dropped stacks are split randomly.
#  single: The dropped stacks are split into every single item.
#  stack: The dropped stacks are dropped as they are.
autodrops_split = single