A lot more changes, notably adding shears and a failed attempt to fix
bedrock spawning
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user