This commit is contained in:
Rainer 2025-08-22 02:04:48 +02:00
commit 2d26db1c5b
38 changed files with 2837 additions and 0 deletions

View file

@ -0,0 +1,11 @@
-- flowers (comes with Minetest Game)
--
-- Author Various Minetest Game developers and contributors
-- Forums https://forum.luanti.org/viewtopic.php?t=9724
-- VCS https://github.com/minetest/minetest_game
local add = hunger_ng.add_hunger_data
add('flowers:mushroom_brown', { satiates = 1 })
add('flowers:mushroom_red', { satiates = 1, heals = -2 })