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
24
mods/futil/minetest/init.lua
Normal file
24
mods/futil/minetest/init.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
futil.dofile("minetest", "box")
|
||||
futil.dofile("minetest", "dedupe")
|
||||
futil.dofile("minetest", "dump")
|
||||
futil.dofile("minetest", "fake_inventory")
|
||||
futil.dofile("minetest", "group")
|
||||
futil.dofile("minetest", "image")
|
||||
futil.dofile("minetest", "item")
|
||||
futil.dofile("minetest", "registration")
|
||||
futil.dofile("minetest", "serialization")
|
||||
futil.dofile("minetest", "set_look_dir")
|
||||
futil.dofile("minetest", "strip_translation")
|
||||
futil.dofile("minetest", "texture")
|
||||
futil.dofile("minetest", "time")
|
||||
futil.dofile("minetest", "vector")
|
||||
|
||||
if INIT == "game" then
|
||||
futil.dofile("minetest", "globalstep")
|
||||
futil.dofile("minetest", "hud_ephemeral")
|
||||
futil.dofile("minetest", "hud_manager")
|
||||
futil.dofile("minetest", "inventory")
|
||||
futil.dofile("minetest", "object")
|
||||
futil.dofile("minetest", "object_properties")
|
||||
futil.dofile("minetest", "raycast")
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue