What do you need to enter to get the health and the food bar where they should be (above the hotbar) -- -- health bar -- HUD_HEALTH_POS = {x=0,y=0} --min 0, max 1 HUD_HEALTH_OFFSET = {x=5,y=30} --offset in pixel -- -- hunger bar -- HUD_HUNGER_POS = {x=1,y=0} --min 0, max 1 HUD_HUNGER_OFFSET = {x=-17...