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
e9bfd2221f8b68ccbdb8a44155a8c51a54eaaec4 to 8d864a49548457ccb3944a62b6a4338f962d4c64
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
8d864a49548457ccb3944a62b6a4338f962d4c64
Select Git revision
Branches
master
Swap
Target
Illuna-Minetest/hudbars
Select target project
Illuna-Minetest/hudbars
1 result
e9bfd2221f8b68ccbdb8a44155a8c51a54eaaec4
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (5)
hbhunger: re-add ethereal
· aaf1fe00
Milan
authored
8 years ago
aaf1fe00
hbhunger: add illuna_ethereal:candyfloss
· 04691de2
Milan
authored
7 years ago
04691de2
nvm
· a11637c9
Milan
authored
7 years ago
a11637c9
hunger: add bacon
· bc97b9ba
Milan
authored
7 years ago
bc97b9ba
exhaustion increase 1.5 instead of 3 when node digged
· 8d864a49
Milan
authored
7 years ago
8d864a49
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
hbhunger/depends.txt
+1
-0
1 addition, 0 deletions
hbhunger/depends.txt
hbhunger/hunger.lua
+38
-0
38 additions, 0 deletions
hbhunger/hunger.lua
hbhunger/init.lua
+1
-1
1 addition, 1 deletion
hbhunger/init.lua
with
40 additions
and
1 deletion
hbhunger/depends.txt
View file @
8d864a49
hudbars
hudbars
default?
default?
xdecor?
xdecor?
illuna_ethereal?
animalmaterials?
animalmaterials?
bucket?
bucket?
bushes?
bushes?
...
...
This diff is collapsed.
Click to expand it.
hbhunger/hunger.lua
View file @
8d864a49
...
@@ -285,6 +285,39 @@ if minetest.get_modpath("creatures") ~= nil then
...
@@ -285,6 +285,39 @@ if minetest.get_modpath("creatures") ~= nil then
overwrite
(
"creatures:rotten_flesh"
,
3
,
""
,
3
)
overwrite
(
"creatures:rotten_flesh"
,
3
,
""
,
3
)
end
end
if
minetest
.
get_modpath
(
"ethereal"
)
then
overwrite
(
"ethereal:strawberry"
,
1
)
overwrite
(
"ethereal:banana"
,
4
)
overwrite
(
"ethereal:pine_nuts"
,
1
)
overwrite
(
"ethereal:bamboo_sprout"
,
0
,
""
,
3
)
overwrite
(
"ethereal:fern_tubers"
,
1
)
overwrite
(
"ethereal:banana_bread"
,
7
)
overwrite
(
"ethereal:mushroom_plant"
,
2
)
overwrite
(
"ethereal:coconut_slice"
,
2
)
overwrite
(
"ethereal:golden_apple"
,
4
,
""
,
nil
,
10
)
overwrite
(
"ethereal:wild_onion_plant"
,
2
)
overwrite
(
"ethereal:mushroom_soup"
,
5
,
"ethereal:bowl"
)
overwrite
(
"ethereal:hearty_stew"
,
10
,
"ethereal:bowl"
)
if
minetest
.
get_modpath
(
"bucket"
)
then
overwrite
(
"ethereal:bucket_cactus"
,
2
,
"bucket:bucket_empty"
)
end
overwrite
(
"ethereal:fish_raw"
,
2
)
overwrite
(
"ethereal:fish_cooked"
,
5
)
overwrite
(
"ethereal:seaweed"
,
1
)
overwrite
(
"ethereal:yellowleaves"
,
1
,
""
,
nil
,
1
)
overwrite
(
"ethereal:sashimi"
,
4
)
overwrite
(
"ethereal:orange"
,
2
)
end
if
minetest
.
get_modpath
(
"illuna_ethereal"
)
then
overwrite
(
"illuna_ethereal:candyfloss_white"
,
2
)
overwrite
(
"illuna_ethereal:candyfloss_pink"
,
2
)
end
if
minetest
.
get_modpath
(
"farming"
)
and
farming
.
mod
==
"redo"
then
if
minetest
.
get_modpath
(
"farming"
)
and
farming
.
mod
==
"redo"
then
overwrite
(
"farming:bread"
,
6
)
overwrite
(
"farming:bread"
,
6
)
overwrite
(
"farming:potato"
,
1
)
overwrite
(
"farming:potato"
,
1
)
...
@@ -387,6 +420,11 @@ if minetest.get_modpath("loud_walking") then
...
@@ -387,6 +420,11 @@ if minetest.get_modpath("loud_walking") then
overwrite
(
"loud_walking:mushroom_steak"
,
5
)
overwrite
(
"loud_walking:mushroom_steak"
,
5
)
end
end
if
minetest
.
get_modpath
(
"bacon"
)
then
overwrite
(
"bacon:cooked"
,
8
)
overwrite
(
"bacon:raw"
,
4
)
end
if
minetest
.
get_modpath
(
"mtcandy"
)
then
if
minetest
.
get_modpath
(
"mtcandy"
)
then
overwrite
(
"mtcandy:sugar_block"
,
4
)
overwrite
(
"mtcandy:sugar_block"
,
4
)
overwrite
(
"mtcandy:caramel"
,
4
)
overwrite
(
"mtcandy:caramel"
,
4
)
...
...
This diff is collapsed.
Click to expand it.
hbhunger/init.lua
View file @
8d864a49
...
@@ -16,7 +16,7 @@ HUNGER_HUD_TICK = 0.5 -- 0.1
...
@@ -16,7 +16,7 @@ HUNGER_HUD_TICK = 0.5 -- 0.1
hbhunger
.
exhaustion
=
{}
-- Exhaustion is experimental!
hbhunger
.
exhaustion
=
{}
-- Exhaustion is experimental!
HUNGER_HUNGER_TICK
=
600
-- time in seconds after that 1 hunger point is taken (600)
HUNGER_HUNGER_TICK
=
600
-- time in seconds after that 1 hunger point is taken (600)
HUNGER_EXHAUST_DIG
=
3
-- exhaustion increased this value after digged node
HUNGER_EXHAUST_DIG
=
1
.
5
-- exhaustion increased this value after digged node
HUNGER_EXHAUST_PLACE
=
1
-- exhaustion increased this value after placed
HUNGER_EXHAUST_PLACE
=
1
-- exhaustion increased this value after placed
HUNGER_EXHAUST_MOVE
=
0
.
3
-- exhaustion increased this value if player movement detected
HUNGER_EXHAUST_MOVE
=
0
.
3
-- exhaustion increased this value if player movement detected
HUNGER_EXHAUST_LVL
=
160
-- at what exhaustion player satiation gets lowerd
HUNGER_EXHAUST_LVL
=
160
-- at what exhaustion player satiation gets lowerd
...
...
This diff is collapsed.
Click to expand it.