Improved stairs model, v2
This commit is contained in:
parent
407b32e04c
commit
8a7af21e3a
3 changed files with 44 additions and 46 deletions
|
@ -8,7 +8,7 @@ function stairs.register_stair(subname, recipeitem, groups, images, description,
|
|||
minetest.register_node(":stairs:stair_" .. subname, {
|
||||
description = description,
|
||||
drawtype = "mesh",
|
||||
mesh = "stairs.obj",
|
||||
mesh = "stairs_stair.obj",
|
||||
tiles = images,
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue