鏡像自
https://github.com/luanti-org/minetest_game.git
已同步 2025-10-28 06:15:21 +01:00
Default/functions: Fix cacti not growing when rotation is 1-3
此提交包含在:
@@ -124,7 +124,7 @@ minetest.register_abm({
|
|||||||
--
|
--
|
||||||
|
|
||||||
function default.grow_cactus(pos, node)
|
function default.grow_cactus(pos, node)
|
||||||
if node.param2 ~= 0 then
|
if node.param2 >= 4 then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
pos.y = pos.y-1
|
pos.y = pos.y-1
|
||||||
|
|||||||
新增問題並參考
封鎖使用者