Repixture/mods/rp_builtin_item
Wuzzy 09245e7e46 Fix crash if item in unknown node 2022-06-11 17:17:22 +02:00
..
sounds Refactor item magnet and fix multi-player bug 2022-05-21 18:06:03 +02:00
README.txt Update builtin item from Minetest 5.6.0-dev 2022-06-10 21:08:41 +02:00
init.lua Fix crash if item in unknown node 2022-06-11 17:17:22 +02:00
mod.conf Untangle hard dependencies on rp_default 2022-05-04 17:29:00 +02:00

README.txt

Repixture builtin item mod
==========================

Item entities for Repixture.

Adds the custom handling for item entities (dropped items) by overriding
`__builtin:item`. Item entities work similar to Minetest's builtin item entities.

Features:

* Basic physics (affected by gravity, collides)
* Supports the `item_entity_ttl` setting (auto-delete item after some time)
* Item magnet (player collects item automatically when close)
* Item is destroyed by lava, fire or nodes that deal damage with `damage_per_second`
* Notifies rp_nav when the map item was collected
* If the group `no_item_drop` is present in the item definition, or
  the item entity will be instantly deleted

## Licensing
Credits: Originally by Minetest developers (from the `builtin` part of Minetest)
with tweaks by Kaadmy and Wuzzy.

Source code license: LGPLv2.1
Media license: CC BY-SA 4.0