mirror of
https://github.com/minetest-mods/hopper.git
synced 2025-01-03 02:57:29 +01:00
Remove erroneous line from chute formspec code
This commit is contained in:
parent
5bb417b4c0
commit
4a10b63ab6
1
init.lua
1
init.lua
@ -521,7 +521,6 @@ minetest.register_node("hopper:hopper_side", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
local function get_chute_formspec(pos)
|
local function get_chute_formspec(pos)
|
||||||
local eject_button_text, eject_button_tooltip = get_eject_button_texts(pos)
|
|
||||||
local spos = pos.x .. "," .. pos.y .. "," ..pos.z
|
local spos = pos.x .. "," .. pos.y .. "," ..pos.z
|
||||||
local formspec =
|
local formspec =
|
||||||
"size[8,7]"
|
"size[8,7]"
|
||||||
|
Loading…
Reference in New Issue
Block a user