snow and ice stairs feature request.

timsoft
New member
 
Posts: 6
Joined: Sat Jun 04, 2016 20:38

snow and ice stairs feature request.

by timsoft » Sun Mar 26, 2017 21:58

in the basic minetest_game there is a selection of stairs, but no snow and ice stairs.
appending
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
stairs.register_stair_and_slab(
   "ice",
   "default:ice",
   {cracky = 3, puts_out_fire = 1},
   {"default_ice.png"},
   "Ice Stair",
   "Ice Slab",
   default.node_sound_glass_defaults())

stairs.register_stair_and_slab(
   "snow",
   "default:snow",
   {crumbly = 3, puts_out_fire = 1},
   {"default_snow.png"},
   "Snow Stair",
   "Snow Slab",
   default.node_sound_dirt_defaults())


to \games\minetest_game\mods\stairs\init.lua would add those stairs (and slabs).
Is this the right forum for a feature request that it gets added to the basic minetest_game ?
thanks
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

Re: snow and ice stairs feature request.

by Hybrid Dog » Tue Mar 28, 2017 18:10

 

timsoft
New member
 
Posts: 6
Joined: Sat Jun 04, 2016 20:38

Re: snow and ice stairs feature request.

by timsoft » Wed Mar 29, 2017 07:42

many thanks for the pointer. I have the pull here.
https://github.com/minetest/minetest_game/pull/1668
 


Return to Minetest Features

Who is online

Users browsing this forum: No registered users and 8 guests

cron