mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-11 03:45:01 -05:00
Add a note about the default mod not using the modname_ prefix in textures
This commit is contained in:
parent
d6b30dd3a5
commit
10a363ebf3
@ -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…
Reference in New Issue
Block a user