1
0
mirror of https://codeberg.org/tenplus1/bonemeal.git synced 2025-07-12 13:20:28 +02:00

fix fungiwood sapling, restart any crop timers

This commit is contained in:
tenplus1
2022-06-30 13:00:50 +01:00
parent bb34fbae3d
commit 996094dd5c
2 changed files with 8 additions and 1 deletions

View File

@ -243,6 +243,8 @@ local function check_crops(pos, nodename, strength)
particle_effect(pos)
minetest.get_node_timer(pos):start(10) -- restart any timers
return true
end
end