mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix pumpkin hud
This commit is contained in:
parent
7cc7fb1331
commit
627c37cd97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue