Skip to content

Commit

Permalink
l think the texture is not symmetrical enough for 90° rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
HybridDog committed May 27, 2015
1 parent 3909697 commit de4b04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nether/init.lua
Expand Up @@ -865,15 +865,15 @@ 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

for _,p in pairs(fruit_ps) do
p = area:indexp(p)
if soft_node(nodes[p]) then
nodes[p] = c.nether_apple
--param2s[p] = math.random(0,44)
end
end

Expand Down

0 comments on commit de4b04f

Please sign in to comment.