mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-01-13 03:10:22 +01:00
Remove unused gui_slots
This commit is contained in:
parent
5500c9906c
commit
085e9d56bc
@ -327,8 +327,6 @@ function circular_saw.on_metadata_inventory_take(
|
|||||||
-- The recycle field plays no role here since it is processed immediately.
|
-- The recycle field plays no role here since it is processed immediately.
|
||||||
end
|
end
|
||||||
|
|
||||||
gui_slots = "listcolors[#606060AA;#808080;#101010;#202020;#FFF]"
|
|
||||||
|
|
||||||
function circular_saw.on_construct(pos)
|
function circular_saw.on_construct(pos)
|
||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
local fancy_inv = default.gui_bg..default.gui_bg_img..default.gui_slots
|
local fancy_inv = default.gui_bg..default.gui_bg_img..default.gui_slots
|
||||||
|
Loading…
Reference in New Issue
Block a user