Go to file
Wuzzy d560faca61 Version 1.0.0 2020-09-10 16:02:28 +02:00
locale Initial commit (import from tt) 2020-09-10 15:25:59 +02:00
README.md Version 1.0.0 2020-09-10 16:02:28 +02:00
init.lua Initial commit (import from tt) 2020-09-10 15:25:59 +02:00
mod.conf Initial commit (import from tt) 2020-09-10 15:25:59 +02:00
screenshot.png Add screenie 2020-09-10 15:57:39 +02:00

README.md

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.