Page 1 of 1

[Mod] Item drops, key-triggered item pickups [item_pickup]

PostPosted: Wed Mar 08, 2017 09:21
by texmex
I came across a key-triggered item_drop-like mod in the now defunct Minetest TNG subgame by LNJ. I quite liked it, so I extracted into its own mod. It's a scavenge in progress but fully functional, even on servers. Licenses need to be put in there, I just need to track them down.

How it works
As any other variant of the original item_drop by PilzAdam, the mod drops items on dig if setting enable_item_drop is set to true and removes dropped items in-world after a set number of seconds, defined in setting remove_items. It also pulls item to the players inventory, but only if AUX1 key is pressed (defaults to E key). This is useful in multiplayer when collaborating and so on.

Download (zip)
Source

Re: [Mod] Item drops, key-triggered item pickups [item_picku

PostPosted: Fri Mar 10, 2017 16:41
by DS-minetest
Nice!