Go to file
coil 3a43e4ad81 Add missing entries to wallmounted_rotations 2019-12-31 16:58:45 +01:00
API.md Fixed API documentation (height replaced by top) 2019-03-14 09:48:27 +01:00
LICENSE.txt Reverting submodule change until zip file does not include submodule 2018-09-21 21:19:48 +02:00
README.md Detect rotation restriction (#29) 2019-03-14 09:36:41 +01:00
copyright.txt Update copyright.txt 2018-09-26 19:43:33 +02:00
depends.txt Reverting submodule change until zip file does not include submodule 2018-09-21 21:19:48 +02:00
deprecation.lua Replaced prints by minetest.log and code styling 2019-03-14 09:46:04 +01:00
display.lua Add missing entries to wallmounted_rotations 2019-12-31 16:58:45 +01:00
init.lua Depreciation of old display groups and display_lib global + warnings 2018-12-03 16:27:08 +01:00
mod.conf Added mod.conf 2019-03-09 19:08:46 +01:00

README.md

Display API

This library's purpose is to ease creation of nodes with one or more displays on sides. For example, signs and clocks. Display can be dynamic and/or different for each node instance.

Limitations: This lib uses entities to draw display. This means display has to be vertical (and "upside up") on Minetest before version 5.0.

Dependancies:default

License: LGPLv2

API: See API.md document please.

For more information, see the forum topic at the Minetest forums.

Deprecation notice (for modders)

December 2018

Following objects are deprecated, shows a warning in log when used:

  • display_modpack_node group (use display_api group instead);
  • display_lib_node group (use display_api group instead);
  • display_lib global table (use display_api global table instead);

These objects will be removed in the future.

Change log

2019-03-14

  • dispay_api: Display API now detects automatically whenr rotation restrictions have to be applied.

2019-03-09

  • display_api: Display nodes can be rotated in every directions (if running Minetest 5 or above).
  • display_api: New setting to restrict rotations to Minetest 0.4 abilities (restriction enabled by default).

2018-12-14

  • display_api: New yaw attributes, entities can now have different angles with node.