Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Illuna-Minetest
hudbars
Commits
325c5ecd
Commit
325c5ecd
authored
Mar 21, 2020
by
Milan
Browse files
hudbars: apply modified patch for fixing hud placements by auouYmous
parent
8d864a49
Pipeline
#1139
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
hudbars/init.lua
View file @
325c5ecd
...
...
@@ -115,7 +115,7 @@ if sorting ~= nil then
end
else
-- swapped health & breath around and added hunger & armor
--hb.settings.sorting = { ["breath"] = 0, ["health"] = 1, ["hunger"] = 2, ["armor"] = 3 }
hb
.
settings
.
sorting
=
{
[
"health"
]
=
0
,
[
"
hunger
"
]
=
1
,
[
"armor"
]
=
2
,
[
"breath"
]
=
3
}
hb
.
settings
.
sorting
=
{
[
"health"
]
=
0
,
[
"
sprint
"
]
=
3
,
[
"armor"
]
=
2
,
[
"satiation"
]
=
1
,
[
"breath"
]
=
4
}
hb
.
settings
.
sorting_reverse
=
{}
-- [0] = "breath", [1] = "health"}
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment