Make wieldhand match with player texture

This commit is contained in:
Wuzzy 2021-08-07 22:16:30 +02:00
parent 2bf36d42ec
commit 1873f4a694
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 B

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

View File

@ -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,