mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
Fix: "default:chest" had no formspec.
"maptools:chest" was a collateral damage.
This commit is contained in:
parent
87dc6f1ff4
commit
79e87b0f6b
@ -1712,7 +1712,7 @@ minetest.register_node("default:chest", {
|
||||
|
||||
on_construct = function(pos)
|
||||
local meta = minetest.get_meta(pos)
|
||||
meta:set_string("formspec", default.chest_formspec)
|
||||
meta:set_string("formspec", chest_formspec)
|
||||
meta:set_string("infotext", "Chest")
|
||||
local inv = meta:get_inventory()
|
||||
inv:set_size("main", 8*4)
|
||||
|
Loading…
Reference in New Issue
Block a user