mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add a note about the default mod not using the modname_ prefix in textures
This commit is contained in:
parent
d6b30dd3a5
commit
10a363ebf3
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
-- Textures:
|
-- Textures:
|
||||||
-- Mods should prefix their textures with modname_, eg. given the mod
|
-- Mods should prefix their textures with modname_, eg. given the mod
|
||||||
-- name "foomod", a texture could be called "foomod_superfurnace.png"
|
-- name "foomod", a texture could be called "foomod_superfurnace.png"
|
||||||
|
-- Due to historical reasons, the default mod does not follow this rule.
|
||||||
--
|
--
|
||||||
-- Global functions:
|
-- Global functions:
|
||||||
-- minetest.register_entity(name, prototype_table)
|
-- minetest.register_entity(name, prototype_table)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue