diff --git a/nether/init.lua b/nether/init.lua index 95134e1..a3a8220 100644 --- a/nether/init.lua +++ b/nether/init.lua @@ -865,7 +865,8 @@ function nether.grow_tree(pos, generated) p = area:indexp(p) if soft_node(nodes[p]) then nodes[p] = c.nether_leaves - param2s[p] = math.random(0,44) + param2s[p] = math.random(0,179) + --param2s[p] = math.random(0,44) end end @@ -873,7 +874,6 @@ function nether.grow_tree(pos, generated) p = area:indexp(p) if soft_node(nodes[p]) then nodes[p] = c.nether_apple - --param2s[p] = math.random(0,44) end end