Page 1 of 1

can i change the name of items that are in inventory

PostPosted: Mon Oct 08, 2012 13:29
by Boomboomcreeper
you know coal lump -} coal
steel -}iron
mese-}gold
clay lump-}clay balls
iron lump -}iron ore
can i do this changes and how

PostPosted: Mon Oct 08, 2012 14:22
by cornernote
You can edit the name in games/minetest_game/mods/default/init.lua

PostPosted: Mon Oct 08, 2012 14:53
by PilzAdam
The
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
description = "Coal Lump",

field sets the name. You can easily change it.

PostPosted: Mon Oct 08, 2012 16:25
by SegFault22
But - you can not change it if you are playing on a multiplayer server (until language-packs are introduced)