mirror of
https://github.com/minetest-mods/hopper.git
synced 2024-11-19 22:03:47 +01:00
Merge pull request #1 from bewlay/master
Remove erroneous line from chute formspec code
This commit is contained in:
commit
ca9abb7613
1
init.lua
1
init.lua
@ -521,7 +521,6 @@ minetest.register_node("hopper:hopper_side", {
|
||||
})
|
||||
|
||||
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 formspec =
|
||||
"size[8,7]"
|
||||
|
Loading…
Reference in New Issue
Block a user