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
bc97b9ba
Commit
bc97b9ba
authored
Jul 28, 2017
by
Milan
Browse files
hunger: add bacon
parent
a11637c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
hbhunger/hunger.lua
View file @
bc97b9ba
...
...
@@ -420,6 +420,11 @@ if minetest.get_modpath("loud_walking") then
overwrite
(
"loud_walking:mushroom_steak"
,
5
)
end
if
minetest
.
get_modpath
(
"bacon"
)
then
overwrite
(
"bacon:cooked"
,
8
)
overwrite
(
"bacon:raw"
,
4
)
end
if
minetest
.
get_modpath
(
"mtcandy"
)
then
overwrite
(
"mtcandy:sugar_block"
,
4
)
overwrite
(
"mtcandy:caramel"
,
4
)
...
...
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