From: Perttu Ahola Date: Tue, 29 Nov 2011 15:26:21 +0000 (+0200) Subject: Add a note about the default mod not using the modname_ prefix in textures X-Git-Tag: 0.4.dev-20111201-0~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=10a363ebf314fccb18b73c54c05fa8c66d38516d;p=oweals%2Fminetest.git Add a note about the default mod not using the modname_ prefix in textures --- diff --git a/data/mods/default/init.lua b/data/mods/default/init.lua index a8e3b7ba7..986b9187e 100644 --- a/data/mods/default/init.lua +++ b/data/mods/default/init.lua @@ -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)