forked from mtcontrib/nether-pack
l think the texture is not symmetrical enough for 90° rotation
This commit is contained in:
parent
39096975aa
commit
de4b04f35b
|
@ -865,7 +865,8 @@ function nether.grow_tree(pos, generated)
|
||||||
p = area:indexp(p)
|
p = area:indexp(p)
|
||||||
if soft_node(nodes[p]) then
|
if soft_node(nodes[p]) then
|
||||||
nodes[p] = c.nether_leaves
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -873,7 +874,6 @@ function nether.grow_tree(pos, generated)
|
||||||
p = area:indexp(p)
|
p = area:indexp(p)
|
||||||
if soft_node(nodes[p]) then
|
if soft_node(nodes[p]) then
|
||||||
nodes[p] = c.nether_apple
|
nodes[p] = c.nether_apple
|
||||||
--param2s[p] = math.random(0,44)
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user