A lot more changes, notably adding shears and a failed attempt to fix

bedrock spawning
This commit is contained in:
IamPyu
2024-10-15 17:09:08 -06:00
parent 3e99d422ef
commit e2ab26594d
12 changed files with 103 additions and 17 deletions

View File

@@ -105,6 +105,7 @@ PyuTest.make_building_blocks = function(name, desc, tex, colortint, cgroups, ext
groups = groups,
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "facedir",
node_box = PyuTest.node_boxes.SLAB,
sounds = PyuTest.make_node_sounds(),
}, econf))
@@ -116,7 +117,7 @@ PyuTest.make_building_blocks = function(name, desc, tex, colortint, cgroups, ext
drawtype = "nodebox",
paramtype = "light",
node_box = PyuTest.node_boxes.PILLAR,
sounds = PyuTest.make_node_sounds(),
sounds = PyuTest.make_node_sounds()
}, econf))
minetest.register_node(id_stairs, PyuTest.util.tableconcat({