Display modpack for Minetest, provides mods with dynamic display and font display : clocks, signs, and more.
Go to file
Pierre-Yves Rollo c179f44ba4 Release 2017-08-26 2017-08-26 14:12:38 +02:00
display_lib Release 2017-08-26 2017-08-26 14:12:38 +02:00
font_lib Release 2017-08-26 2017-08-26 14:12:38 +02:00
ontime_clocks Release 2017-08-26 2017-08-26 14:12:38 +02:00
signs Release 2017-08-26 2017-08-26 14:12:38 +02:00
signs_road Release 2017-08-26 2017-08-26 14:12:38 +02:00
steles Release 2017-08-26 2017-08-26 14:12:38 +02:00
.gitignore First commit 2015-11-11 14:26:39 +01:00
README.md Release 2017-08-26 2017-08-26 14:12:38 +02:00
modpack.txt First commit 2015-11-11 14:26:39 +01:00

README.md

Display Modpack

This modpack provides mods with dynamic display. Mods are :

  • display_lib: A library for adding display entities to nodes;
  • font_lib: A library for displaying fonts on entities;
  • ontime_clocks: A mod providing clocks which display the ingame time;
  • signs: A mod providing signs and direction signs displaying text;
  • signs_road: A mod providing road signs displaying text;
  • steles: A mod providing stone steles with text;

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

Changelog

###2017-08-26

  • Changed signs from wallmounted to facedir to improve textures and make it possible to use screwdriver. IMPORTANT : Map will be updated to change to new nodes but inventory items will turn into "Unknown items" and have to be re-crafted.

  • Intllib support added with french translation (whole modpack, thanks to fat115) ;

  • Punch on nodes to update entity (signs, signs_road and steles). Usefull in case of /clearobjects ;

  • Changed wooden direction sign textures (signs) ;

  • Added back and side textures to all signs (road_signs) ;

  • Added more sign types : White/yellow/green signs and direction signs (signs_road) ;