init
This commit is contained in:
commit
2d26db1c5b
38 changed files with 2837 additions and 0 deletions
11
interoperability/flowers.lua
Normal file
11
interoperability/flowers.lua
Normal 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 })
|
||||
Loading…
Add table
Add a link
Reference in a new issue