Improved stairs model, v2

This commit is contained in:
Wouters Dorian
2015-07-10 02:11:54 +02:00
committed by paramat
parent 407b32e04c
commit 8a7af21e3a
3 changed files with 44 additions and 46 deletions

View File

@ -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",