Charakterbewegungen hinzugefügt, Deko hinzugefügt, Kochrezepte angepasst
This commit is contained in:
parent
95945c0306
commit
a0c893ca0b
1124 changed files with 64294 additions and 763 deletions
11
mods/futil/init.lua
Normal file
11
mods/futil/init.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
fmod.check_version({ year = 2023, month = 7, day = 14 }) -- async dofile
|
||||
|
||||
futil = fmod.create()
|
||||
|
||||
futil.dofile("util", "init")
|
||||
futil.dofile("data_structures", "init") -- depends on util
|
||||
futil.dofile("minetest", "init") -- depends on util and data_structures
|
||||
|
||||
if INIT == "game" then
|
||||
futil.async_dofile("init")
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue