From 3ab8a0c3f3163ecdcafe8f1f6d2d0e125edcde86 Mon Sep 17 00:00:00 2001 From: DonBatman Date: Fri, 23 Oct 2015 13:54:37 -0700 Subject: changed color of hud new texture for power pellet renamed craftitems.lua to fruit.lua changed portal to a yellow color --- blocks.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blocks.lua') diff --git a/blocks.lua b/blocks.lua index 93fbfe5..3f6b223 100644 --- a/blocks.lua +++ b/blocks.lua @@ -1,7 +1,7 @@ local sbox = { type = "fixed", fixed = { - {-0.5, -0.5, -0.0625, 0.5, 0.5, 0.0625} + {-0.45, -0.45, -0.45, 0.45, 0.45, 0.45} } } local cbox = { -- cgit v1.2.3