Remove infotexts
This commit is contained in:
parent
2ed9e9f0bb
commit
ccac208ee3
4 changed files with 8 additions and 38 deletions
|
@ -98,7 +98,6 @@ minetest.register_node("3d_armor_stand:armor_stand", {
|
|||
on_construct = function(pos)
|
||||
local meta = minetest.get_meta(pos)
|
||||
meta:set_string("formspec", armor_stand_formspec)
|
||||
meta:set_string("infotext", "Armor Stand")
|
||||
local inv = meta:get_inventory()
|
||||
for _, element in pairs(elements) do
|
||||
inv:set_size("armor_"..element, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue