diff options
author | DonBatman <serfdon@gmail.com> | 2015-10-23 13:54:37 -0700 |
---|---|---|
committer | DonBatman <serfdon@gmail.com> | 2015-10-23 13:54:37 -0700 |
commit | 3ab8a0c3f3163ecdcafe8f1f6d2d0e125edcde86 (patch) | |
tree | 2a064c6bf24254c44eaf73aa95ba3ecd6d9319b6 /blocks.lua | |
parent | 6b949da2c7610c55f2bb83c693520b9e77a9aebc (diff) |
changed color of hud
new texture for power pellet
renamed craftitems.lua to fruit.lua
changed portal to a yellow color
Diffstat (limited to 'blocks.lua')
-rw-r--r-- | blocks.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |