mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-29 12:15:18 +01:00
Decouple entity minimap markers from nametags replacing with show_on_minimap property (#10443)
This commit is contained in:
@@ -6880,6 +6880,10 @@ Player properties need to be saved manually.
|
||||
|
||||
shaded = true,
|
||||
-- Setting this to 'false' disables diffuse lighting of entity
|
||||
|
||||
show_on_minimap = false,
|
||||
-- Defaults to true for players, false for other entities.
|
||||
-- If set to true the entity will show as a marker on the minimap.
|
||||
}
|
||||
|
||||
Entity definition
|
||||
|
||||
Reference in New Issue
Block a user