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:
@ -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?
|
||||
|
||||
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user