mirror of
https://github.com/HybridDog/riesenpilz.git
synced 2025-04-23 04:10:32 +02:00
🐈
M init.lua
This commit is contained in:
parent
c075d386a7
commit
40c8d1d6e3
4
init.lua
4
init.lua
@ -1127,9 +1127,9 @@ local function get_grow(name)
|
|||||||
|
|
||||||
local func
|
local func
|
||||||
if is[1] then
|
if is[1] then
|
||||||
function func(pos)
|
function func(pos, node)
|
||||||
for i = 1,#is do
|
for i = 1,#is do
|
||||||
is[i](pos)
|
is[i](pos, node)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user