aboutsummaryrefslogtreecommitdiff
path: root/advtrains/models/advtrains_dtrack_cr.b3d
diff options
context:
space:
mode:
authormbb <mbb-mail@gmx.de>2017-12-22 14:33:46 +0100
committerorwell96 <mono96.mml@gmail.com>2017-12-23 10:12:14 +0100
commitaddd7d0b48e3df1cea496c93160711d366504e8c (patch)
tree616cb164c49b1d96148b15b4cba3da4249efd87b /advtrains/models/advtrains_dtrack_cr.b3d
parente3b70469687116437e90aedf0b0be61cf4a8dc3e (diff)
downloadadvtrains-addd7d0b48e3df1cea496c93160711d366504e8c.tar.gz
advtrains-addd7d0b48e3df1cea496c93160711d366504e8c.tar.bz2
advtrains-addd7d0b48e3df1cea496c93160711d366504e8c.zip
steam locomotive: Add sounds and improve textures
Diffstat (limited to 'advtrains/models/advtrains_dtrack_cr.b3d')
0 files changed, 0 insertions, 0 deletions
>, 0.5, 0.5, 0.5}, }, }, }) end -- Node will be called stairs:slab_<subname> function stairs.register_slab(subname, recipeitem, groups, images, description) minetest.register_node(":stairs:slab_" .. subname, { description = description, drawtype = "nodebox", tiles = images, paramtype = "light", is_ground_content = true, groups = groups, node_box = { type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, 0, 0.5}, }, selection_box = { type = "fixed", fixed = {-0.5, -0.5, -0.5, 0.5, 0, 0.5}, }, }) end -- Nodes will be called stairs:{stair,slab}_<subname>