mirror of
https://github.com/adrido/darkage.git
synced 2025-01-09 17:30:19 +01:00
fix typo in furniture.lua
This commit is contained in:
parent
8feab51fac
commit
8d1bbbb01f
@ -30,7 +30,7 @@ minetest.register_node("darkage:box", {
|
|||||||
size[8,8]
|
size[8,8]
|
||||||
list[context;main;0,0;8,3;]
|
list[context;main;0,0;8,3;]
|
||||||
list[current_player;main;0,4;8,4;]
|
list[current_player;main;0,4;8,4;]
|
||||||
]]
|
]])
|
||||||
meta:set_string("infotext", "Box")
|
meta:set_string("infotext", "Box")
|
||||||
local inv = meta:get_inventory()
|
local inv = meta:get_inventory()
|
||||||
inv:set_size("main", 16)
|
inv:set_size("main", 16)
|
||||||
|
Loading…
Reference in New Issue
Block a user