Fix pumpkin hud

This commit is contained in:
NO11 2022-01-02 12:37:20 +00:00
parent 7cc7fb1331
commit 627c37cd97
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ if minetest.get_modpath("mcl_armor") then
pumpkin_blur = player:hud_add({
hud_elem_type = "image",
position = {x = 0.5, y = 0.5},
scale = {x = -100, y = -100},
scale = {x = -101, y = -101},
text = "mcl_farming_pumpkin_hud.png",
z_index = -200
}),