summaryrefslogtreecommitdiff
path: root/stairsplus
AgeCommit message (Collapse)Author
2014-05-10Stairs+ nodes are not in wood and stone groups anymore to not make them ↵Calinou
usable in crafting.
2014-05-04Stairs+ nodes let light pass through.Calinou
2014-05-04New recipes for Stairs+ nodes. Allows crafting most useful Stairs+ nodes. ↵Calinou
More accurate nodes still require the usage of the circular saw.
2014-05-04Disable desert cobblestone Stairs+ nodes because it doesn't work with ↵Calinou
minetest_game.
2014-05-03Added desert cobblestone Stairs+ nodes, circular saw cosmetic changes, ↵Calinou
remove obsolete code.
2014-05-02Remove unused stairsplus_convert.lua, code cleanup.Calinou
2014-04-30Compressed textures, glass uses glasslike_framed drawtype, new texture for ↵Calinou
glow glass, added texture for trap glow glass and trap super glow glass.
2014-03-09Merge ShadowNinja's rewrite.Calinou
2014-01-20Big update: new stair types, code looks better.Calinou
2013-11-07Rewrite slightly to use the new 6d facedir prediction code in builtin.Vanessa Ezekowitz
Keeps the old behavior of sneak == force wall (rather than invert). Add protection/ownership checking. Can be phased out later after protection mods start taking advantage of the engine's built-in ownershi-checking functions. Got rid of the /st command, since it didn't work anyway. Minor re-arrangement of init.lua to put the mod's title block at the top where it belongs :-)
2013-10-27Fix dropsCalinou
2013-10-27Added new aliases for screwdriver and circular saw, new microblocks/panels, ↵Calinou
circular saw now has 4 rows with 8 items each
2013-10-26New slab types: 1/16, 1/8, 7/8, 15/16 slabs (suggested by VanessaE), ↵Calinou
reorganized circular saw
2013-09-15Allow stair/slab crafting by default, can be disabled in _config.txtCalinou
2013-07-11More BlocksCalinou