1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-20 16:55:19 +01:00

Updated moretrees

- Fix sapling growth
 - Solves #222
This commit is contained in:
LeMagnesium
2015-08-22 11:26:14 +02:00
parent 48c4c2431a
commit e50a9be477
3 changed files with 10 additions and 13 deletions

View File

@@ -206,9 +206,6 @@ moretrees.ct_rules_a2 = "FF[FF][&&-FBF][&&+FBF][&&---FBF][&&+++FBF]F/A"
moretrees.ct_rules_b2 = "[-fB][+fB]"
function moretrees.grow_jungletree(pos)
if not pos or not pos.x or not pos.y or not pos.z then
return
end --//MFF(Mg|08/18/15)
local r1 = math.random(2)
local r2 = math.random(3)
if r1 == 1 then