Page 1 of 1

[Mod] Stairsplus2 [stairsplus]

PostPosted: Thu May 30, 2013 18:54
by Casimir
Just took the stairsplus mod and cleaned it up, fixed bugs, added more recipes and more stuff.

github: https://github.com/CasimirKaPazi/stairsplus
download: https://github.com/CasimirKaPazi/stairsplus/archive/master.zip

license: zlib/libpng (see license.txt)
depends: default

Changes compared to the original stairsplus.
  • Split the original init.lua in several files. It is grouped in stair, corner, slab, wall, panel, micro.
  • More consisted names that fit the new groups (with aliases to the old names).
  • Can now be used instead of "stairs" (that is what I do in nodetest).
  • Two more settings when registering a material: sound and sunlight. So glass nodeboxes sound like glass and propagate sunlight, while wood nodeboxes sound like wood and do not propagate sunlight.
  • Many more recipes. It is now possible to recycle almost everything back to full nodes. Also the recipes are consisted, so you don't lose any material when crafting.
  • No full block transformation.
  • For every node that has an upside down counterpart there is a recipe to turn one into the other.
  • All nodes are placed as what they are. So if you want to place a stair upside down, you first need to do it by crafting and then place it.
  • All nodes drop as them selfs, except stone which turns to cobble.

PostPosted: Mon Jul 29, 2013 23:51
by 222jkm
Tell me more what did you add

PostPosted: Tue Jul 30, 2013 08:36
by Casimir
Most are changes you won't notice in the game, only the last two.
  • Split the original init.lua in several files. It is grouped in stair, corner, slab, wall, panel, micro.
  • More consisted names that fit the new groups (with aliases to the old names).
  • Can now be used instead of "stairs" (that is what I do in nodetest).
  • Two more settings when registering a material: sound and sunlight. So glass nodeboxes sound like glass and propagate sunlight, while wood nodeboxes sound like wood and do not propagate sunlight.
  • Many more recipes. It is now possible to recycle almost everything back to full nodes. Also the recipes are consisted, so you don't lose any material when crafting.

PostPosted: Tue Jul 30, 2013 21:36
by Bas080
Casimir, exactly what I was looking for. Sounds and more nodes are +2. Still needs use_texture_alpha for nodes that are transparent. In my case.

PostPosted: Fri Aug 02, 2013 15:03
by Casimir
Feel free to make a pull requeset.

There are some changes I forgot to mention.
* No full block transformation.
* For every node that has an upside down counterpart there is a recipe to turn one into the other.
* All nodes are placed as what they are. So if you want to place a stair upside down, you first need to do it by crafting and then place it.
* All nodes drop as them selfs, except stone which turns to cobble.

PostPosted: Fri Aug 02, 2013 15:46
by Sokomine
If you keep the rotated/inverted blocks as individual ones, my original circular saw may be very helpful. It is easier to handle than remembering all those receipes, and the recycling of microblocks is done automaticly.

PostPosted: Fri Aug 02, 2013 16:56
by deivan
Drop quarterblocks over fluids now is very problematic. :-/

PostPosted: Fri Aug 02, 2013 20:02
by Mito551
could you make the dwarves edition of this mod? mind the groups, if you actually get round to doing it.

PostPosted: Fri Aug 02, 2013 21:35
by Casimir
@Mito551
At Monday my holidays are over - someone else could do it to.

@ Sokomine
It is dangerous to mention your mod in a thread like this. It could happen that I do the same for your circular saw.

@ devian
What do you mean?