Skip to content

Minecraft like item drop/pick up mod for Minetest-c55

Notifications You must be signed in to change notification settings

cyisfor/item_drop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

===ITEM_DROP MOD for MINETEST-C55===
by PilzAdam and cy

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

Settings:

remove_items = integer
The number of seconds before dropped items expire and are removed.
1 hour = 3600 seconds
1 day = 86400 seconds

enable_item_pickup = true/false
If true then items will automatically zip up into the player like moths to a flame.
If false you have to focus on the items and click to get them.

enable_item_drops = true/false
If false, then digging a node will drop the node as an item entity, instead of directly adding the node to the player's inventory.
If true, it's basically like minecraft.

License:
Sourcecode: WTFPL (see below)
Sound: WTFPL (see below)

See also:
http://minetest.net/

         DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO. 

About

Minecraft like item drop/pick up mod for Minetest-c55

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%