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
9
mods/moreblocks/invsaw/init.lua
Normal file
9
mods/moreblocks/invsaw/init.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
invsaw = fmod.create()
|
||||
|
||||
invsaw.users = {}
|
||||
|
||||
invsaw.dofile("privs")
|
||||
invsaw.dofile("api")
|
||||
invsaw.dofile("inventory")
|
||||
invsaw.dofile("formspec")
|
||||
invsaw.dofile("unified_inventory")
|
Loading…
Add table
Add a link
Reference in a new issue