mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-12-18 18:15:26 +01:00
daily checkpoint, not much improved, stairsplus still completely nonfunctional
This commit is contained in:
6
stairsplus/api/init.lua
Normal file
6
stairsplus/api/init.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
stairsplus.api = {}
|
||||
|
||||
stairsplus.dofile("api", "shape")
|
||||
stairsplus.dofile("api", "node")
|
||||
stairsplus.dofile("api", "station")
|
||||
stairsplus.dofile("api", "recipe")
|
||||
1
stairsplus/api/node.lua
Normal file
1
stairsplus/api/node.lua
Normal file
@@ -0,0 +1 @@
|
||||
-- for registering variants of a specific node
|
||||
3
stairsplus/api/recipe.lua
Normal file
3
stairsplus/api/recipe.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
-- for registering recipe schemas
|
||||
-- should register schemas w/ unified_inventory and i3 and whatever else,
|
||||
-- and hide the recipes for the individual nodes (possibly a setting for such)
|
||||
2
stairsplus/api/shape.lua
Normal file
2
stairsplus/api/shape.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
-- register shapes (e.g. 1/16 slab, 1/8 slab, 1/4 slab, etc)
|
||||
-- register shape groups (e.g. slab, stair, etc.)
|
||||
1
stairsplus/api/station.lua
Normal file
1
stairsplus/api/station.lua
Normal file
@@ -0,0 +1 @@
|
||||
-- for creating the circular saw and similar nodes
|
||||
Reference in New Issue
Block a user