mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-08 08:23:59 +01:00
style trashcan formspec
This commit is contained in:
parent
fcba05fd78
commit
d15d27391b
@ -24,6 +24,10 @@ minetest.register_node("pipeworks:trashcan", {
|
|||||||
"item_image[0,0;1,1;pipeworks:trashcan]"..
|
"item_image[0,0;1,1;pipeworks:trashcan]"..
|
||||||
"label[1,0;Trash Can]"..
|
"label[1,0;Trash Can]"..
|
||||||
"list[context;trash;3.5,1;1,1;]"..
|
"list[context;trash;3.5,1;1,1;]"..
|
||||||
|
default.gui_bg..
|
||||||
|
default.gui_bg_img..
|
||||||
|
default.gui_slots..
|
||||||
|
default.get_hotbar_bg(0,3) ..
|
||||||
"list[current_player;main;0,3;8,4;]")
|
"list[current_player;main;0,3;8,4;]")
|
||||||
meta:set_string("infotext", "Trash Can")
|
meta:set_string("infotext", "Trash Can")
|
||||||
meta:get_inventory():set_size("trash", 1)
|
meta:get_inventory():set_size("trash", 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user