1
0
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:
Ombridride
2014-12-15 00:41:13 +01:00
parent 5163bf9551
commit e6ea287709
391 changed files with 347 additions and 317 deletions

3
mods/plantlife_modpack/bushes/init.lua Executable file → Normal file
View 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