mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-10-16 09:05:22 +02:00
Use initial_properties (#6)
* Use initial_properties * Add more copyright information * It's LGPL not GPL
This commit is contained in:
@@ -61,9 +61,11 @@ minetest.register_lbm({ name = "signs:conpatibility_1",
|
||||
-- We need to have this entity registered to be able to remove it.
|
||||
if minetest.registered_entities["signs:text"] == nil then
|
||||
minetest.register_entity("signs:text", {
|
||||
collisionbox = { 0, 0, 0, 0, 0, 0 },
|
||||
visual = "upright_sprite",
|
||||
textures = {},
|
||||
initial_properties = {
|
||||
collisionbox = {0, 0, 0, 0, 0, 0},
|
||||
visual = "upright_sprite",
|
||||
textures = {}
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user