mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Rename painting item
This commit is contained in:
parent
8334b68111
commit
e65d7c7ff4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ local MP = minetest.get_modpath(minetest.get_current_modname())
|
|||
local S, NS = dofile(MP .. "/intllib.lua")
|
||||
|
||||
minetest.register_craftitem("mcl_paintings:painting", {
|
||||
description = S("Next-Gen Painting"),
|
||||
description = S("Painting"),
|
||||
_doc_items_longdesc = S("Paintings are decorations which can be placed on walls. THIS ITEM IS INCOMPLETE."),
|
||||
wield_image = "gemalde_node.png",
|
||||
inventory_image = "gemalde_node.png",
|
||||
|
|
Loading…
Reference in a new issue