mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-17 07:00:22 +02:00
MAJ plantlife_modpack
(garde les modifs antérieur sur les « mushrooms » et sur les bugfixs liés au mod « areas »)
This commit is contained in:
3
mods/plantlife_modpack/bushes/init.lua
Executable file → Normal file
3
mods/plantlife_modpack/bushes/init.lua
Executable file → Normal file
@ -161,8 +161,7 @@ abstract_bushes.grow_bush_node = function(pos,dir, leaf_type)
|
||||
local right_here = {x=pos.x, y=pos.y+1, z=pos.z}
|
||||
local above_right_here = {x=pos.x, y=pos.y+2, z=pos.z}
|
||||
|
||||
--local bush_branch_type = math.random(1,3)
|
||||
--local bush_branch_type = 2
|
||||
local bush_branch_type = 2
|
||||
|
||||
-- MM: I'm not sure if it's slower now than before...
|
||||
if dir ~= 5 and leaf_type == 1 then
|
||||
|
Reference in New Issue
Block a user