Page 1 of 1

[Mod] Wool slabs and stairs [0.1] [moreslabs]

PostPosted: Fri Jul 11, 2014 10:20
by Mitroman
This mod adds wool slabs / stairs (in all dyes) and glass, obsidian glass slabs / stairs.

+ Crafting

+ Screenshots


Download(ZIP): https://github.com/Mitroman/moreslabs/archive/master.zip
Code: https://github.com/Mitroman/moreslabs
Depends: wool, default
License: WTFPL

Known bug(s): By crafting the glass / obsidian glass stair you get 8 stairs. I do not know why cause I do not programed it on 8 stairs.

Re: [Mod] More slabs / stairs [0.1] [github]

PostPosted: Fri Jul 11, 2014 14:40
by webdesigner97
This little information might be helpful: minetest_game API

Re: [Mod] More slabs / stairs [0.1] [github]

PostPosted: Fri Jul 11, 2014 14:46
by Mitroman
webdesigner97 wrote:This little information might be helpful: minetest_game API


Thanks but I have tested to use (e.g.) default.node_sound_defaults() but I got an error that means, global default is a nil value... .

Re: [Mod] More slabs / stairs [0.1] [github]

PostPosted: Fri Jul 11, 2014 14:47
by kaeza
Mitroman wrote:Thanks but I have tested to use (e.g.) default.node_sound_defaults() but I got an error that means, global default is a nil value... .

You need to add "default" to `depends.txt'.

Re: [Mod] More slabs / stairs [0.1] [github]

PostPosted: Fri Jul 11, 2014 14:50
by Mitroman
kaeza wrote:
Mitroman wrote:Thanks but I have tested to use (e.g.) default.node_sound_defaults() but I got an error that means, global default is a nil value... .

You need to add "default" to `depends.txt'.


Ok thanks :).