Camas/mods/tt_base/README.md

26 lines
727 B
Markdown

This mod is for the Extended Tooltips [tt] mod to extend item tooltips with the following
basic info:
* Tool digging times
* Weapon stats
* Food stats
* Node damage
* Node light level
* Node info: climbable, slippery, bouncy, jumping restriction
This mod assumes that the default gameplay behavior of Minetest is used.
This mod introduces support for new item definition fields:
* `_tt_food`: If `true`, item is a food item that can be consumed by the player
* `_tt_food_hp`: Health increase (in HP) for player when consuming food item
Because there is no standard way in Minetest (yet) to mark an item as food, these fields
are required for food items to be recognized as such.
## Version
1.0.0
## License
MIT License.