Add a note about the default mod not using the modname_ prefix in textures

This commit is contained in:
Perttu Ahola 2011-11-29 17:26:21 +02:00
parent d6b30dd3a5
commit 10a363ebf3
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
-- Textures:
-- Mods should prefix their textures with modname_, eg. given the mod
-- name "foomod", a texture could be called "foomod_superfurnace.png"
-- Due to historical reasons, the default mod does not follow this rule.
--
-- Global functions:
-- minetest.register_entity(name, prototype_table)