Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hudbars
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
hudbars
Compare revisions
a11637c9edd1f6f1e78b9522a56472e6b5d83793 to bc97b9badf5f76142110016477643a67bd02c886
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Illuna-Minetest/hudbars
Select target project
No results found
bc97b9badf5f76142110016477643a67bd02c886
Select Git revision
Branches
master
Swap
Target
Illuna-Minetest/hudbars
Select target project
Illuna-Minetest/hudbars
1 result
a11637c9edd1f6f1e78b9522a56472e6b5d83793
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
hunger: add bacon
· bc97b9ba
Milan
authored
7 years ago
bc97b9ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hbhunger/hunger.lua
+5
-0
5 additions, 0 deletions
hbhunger/hunger.lua
with
5 additions
and
0 deletions
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
)
...
...
This diff is collapsed.
Click to expand it.