mirror of
https://github.com/mt-mods/signs_lib.git
synced 2025-06-28 22:06:20 +02:00
Compare commits
3 Commits
2019-10-22
...
20200603-1
Author | SHA1 | Date | |
---|---|---|---|
8b975d7fa1 | |||
b633a4bf8c | |||
bd20f9b776 |
2
api.lua
2
api.lua
@ -159,7 +159,7 @@ local ctexcache = {}
|
|||||||
minetest.register_entity("signs_lib:text", {
|
minetest.register_entity("signs_lib:text", {
|
||||||
collisionbox = { 0, 0, 0, 0, 0, 0 },
|
collisionbox = { 0, 0, 0, 0, 0, 0 },
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "signs_lib_standard_wall_sign_entity.obj",
|
mesh = "signs_lib_standard_sign_entity_wall.obj",
|
||||||
textures = {},
|
textures = {},
|
||||||
static_save = false,
|
static_save = false,
|
||||||
backface_culling = false
|
backface_culling = false
|
||||||
|
@ -4,3 +4,4 @@ screwdriver?
|
|||||||
streetspoles?
|
streetspoles?
|
||||||
streetlamps?
|
streetlamps?
|
||||||
cottages?
|
cottages?
|
||||||
|
prefab_redo?
|
Reference in New Issue
Block a user