Merge pull request #2 from Sirvoid/master

Changed the hand model
This commit is contained in:
jordan4ibanez 2017-01-22 03:08:34 -05:00 committed by GitHub
commit 1f1c9f653f
3 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ minetest.register_node("newhand:hand", {
--do nothing
end,
visual_scale = 1,
wield_scale = {x=0.7,y=0.7,z=0.7},
wield_scale = {x=1,y=1,z=1},
paramtype = "light",
drawtype = "mesh",
mesh = "hand.b3d",

Binary file not shown.

Binary file not shown.