init
This commit is contained in:
commit
2d26db1c5b
38 changed files with 2837 additions and 0 deletions
12
interoperability/default.lua
Normal file
12
interoperability/default.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
-- default (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('default:apple', { satiates = 4, heals = 0 })
|
||||
add('default:blueberries', { satiates = 0.5 })
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue