adding extra stairs

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

adding extra stairs

by timsoft » Wed Jun 08, 2016 20:55

Hi, I'm not sure where to post this but as a feature request it would be nice to have some more stairs in the minetest_game
I am using minetest 0.4.14 (windows version)
adding the following lines to the end of the file
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
games\minetest_game\mods\stairs\init.lua

adds ice and snow stairs (updated to make more like ice and snow blocks)

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())

And similar lines could be added for soil with snow and soil with grass.
If this is posted in the wrong place, please point me in the right direction, thanks.
 

User avatar
MineYoshi
Member
 
Posts: 4267
Joined: Wed Jul 08, 2015 13:20
GitHub: MineYosh
IRC: MineYoshi
In-game: Kirby_Retro

Re: adding extra stairs

by MineYoshi » Sat Jun 11, 2016 02:01

Why you don't make a mod instead?
-It's a great idea!
But better do a mod so other people can enjoy that...
People talk about freedom of speech, so i'll say that God exists.
Open your eyes!! See The big unicorn conspiracy.!! :D The government has been lying to us about unicorns!!
"I've learned there are three things you don't discuss with people: religion, politics and the Great Pumpkin" - Linus Van Pelt
I'm the Officially 1st ABJist in the world ( ͡° ͜ʖ ͡°)
 

User avatar
TenPlus1
Member
 
Posts: 1874
Joined: Mon Jul 29, 2013 13:38
GitHub: tenplus1

Re: adding extra stairs

by TenPlus1 » Sat Jun 11, 2016 06:41

Ethereal adds ice and snow brick plus their stairs.
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 11 guests

cron