Make wieldhand match with player texture
This commit is contained in:
parent
2bf36d42ec
commit
1873f4a694
Binary file not shown.
Before Width: | Height: | Size: 163 B After Width: | Height: | Size: 188 B |
Binary file not shown.
@ -52,7 +52,7 @@ if minetest.settings:get_bool("creative_mode") == true then
|
||||
{
|
||||
type = "none",
|
||||
wield_image = "wieldhand.png",
|
||||
wield_scale = {x=1.0,y=1.0,z=2.0},
|
||||
wield_scale = {x=1.0,y=1.0,z=3.0},
|
||||
tool_capabilities = {
|
||||
full_punch_interval = 1.0,
|
||||
max_drop_level = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user