From de4b04f35b251137259b51e95aa416c0a6a6a004 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Wed, 27 May 2015 10:31:27 +0200 Subject: [PATCH] =?UTF-8?q?l=20think=20the=20texture=20is=20not=20symmetri?= =?UTF-8?q?cal=20enough=20for=2090=C2=B0=20rotation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nether/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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