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
10
mods/moreblocks/stairsplus/api/init.lua
Normal file
10
mods/moreblocks/stairsplus/api/init.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
stairsplus.api = {}
|
||||
|
||||
stairsplus.dofile("api", "legacy")
|
||||
stairsplus.dofile("api", "shape")
|
||||
stairsplus.dofile("api", "group_filters")
|
||||
stairsplus.dofile("api", "node")
|
||||
stairsplus.dofile("api", "alias")
|
||||
stairsplus.dofile("api", "recipe")
|
||||
stairsplus.dofile("api", "station")
|
||||
stairsplus.dofile("api", "whitelist")
|
Loading…
Add table
Add a link
Reference in a new issue