mt-mods / plantlife_modpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small naming incosistencies

jolesh opened this issue · comments

At least in the template.txt's are some naming incositencies, maybe the templates are just out dated idk.
I know this isn't very important but I just wanted to let you know in case you didn't notice.

Numbering

in trunks:
Twigs Roof Corner 1
Twigs Roof Corner 2

in dryplants:
Reed Roof Corner
Reed Roof Corner 2

in youngtrees:
Young Tree (middle)
Young Tree 2 (middle)

Capitalisation "loaded" (edit: done)

in poisonivy:
[Poison Ivy] Loaded.

in nature_classic:
[Nature Classic] loaded!

commented

Logging and translations used with logging:
Not sure why those "loaded" messages are in translations, they aren't really needed and for most also aren't used.

-----------------------------------------------------------------------------------------------
print("[Mod] "..title.." ["..version.."] ["..mname.."] Loaded...")
-----------------------------------------------------------------------------------------------

These should be removed and probably all of those "loaded" translations too, engine should be able to provide better mod loading info.

minetest.log("info", S("[3D Mushrooms] loaded."))

A bit better but should also be removed because engine is supposed to and already has configuration to log mod loading.

commented

Logging part fixed by #46