update nether

commit de4b04f35b
master
crabman77 2015-07-17 22:29:20 +02:00
parent 32ba715459
commit 60cf5d24f6
1 changed files with 2 additions and 2 deletions

View File

@ -866,7 +866,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
@ -874,7 +875,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