1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-07-20 17:00:26 +02:00

Version 1.0

This commit is contained in:
Pierre-Yves Rollo
2018-01-13 12:38:55 +01:00
parent 5cf61f9e23
commit a71ae8e013
171 changed files with 254 additions and 160 deletions

View File

@ -2,7 +2,7 @@
This mod provides stone steles with text display. Text is locked if area is protected.
For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?f=11&t=13563) at the Minetest forums.
For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=19365) at the Minetest forums.
**Dependancies**: default, display\_lib, font\_lib, technic?

View File

@ -61,7 +61,7 @@ for i, material in ipairs(steles.materials) do
on_display_update = font_lib.on_display_update,
depth = -2/16-0.001, height = 2/16,
size = { x = 14/16, y = 12/16 },
resolution = { x = 144, y = 64 },
resolution = { x = 11, y = 5 },
maxlines = 3,
},
},