Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-23 | build a list of all of the stairsplus slab/stair/etc... shapes (#70) | Vanessa Ezekowitz | |
for other mods to reference. | |||
2017-02-19 | Prepare for v1.0.0 release | Hugo Locurcio | |
2017-01-26 | allow passing paramtype2 to the nodes being created (#65) | Vanessa Ezekowitz | |
2016-10-03 | Add Alias Functions (#54) | Thomas--S | |
* register_alias * register_alias_force | |||
2016-07-12 | Fix drop logic. (#49) | John Cole | |
The code not type(fields.drop) == "table" was always false because it compares a boolean with a string, not (type(fields.drop) == "table") is the intended logic. | |||
2016-06-17 | Add support for the alternative drop syntax (#46) | Thomas--S | |
Until now, when the moreblocks node for a node with the alternative drop syntax were registered, the game crashed. | |||
2015-11-01 | Make stairplus:register_* functions work without using register_all. | Pierre-Yves Rollo | |
2015-06-27 | Added circular crafting rule to 3-microblock stairs | Marcin | |
2015-01-12 | More informative and shorter headers. | Calinou | |
2015-01-11 | Add licensing headers to all files, fix intllib global variable warnings. | Calinou | |
2014-12-27 | Add compressed cobblestone, crafted with 9 cobblestone. | Calinou | |
2014-07-28 | Make Stairs+ recipes mod-agnostic. | Calinou | |
2014-07-21 | Code cleanup, new Stairs+ recipes. | Calinou | |
2014-07-03 | New recipes, code cleanup. | Calinou | |
2014-06-27 | Code cleanup. Add tar and more stone types. | Calinou | |
2014-05-04 | New recipes for Stairs+ nodes. Allows crafting most useful Stairs+ nodes. ↵ | Calinou | |
More accurate nodes still require the usage of the circular saw. | |||
2014-03-09 | Merge ShadowNinja's rewrite. | Calinou | |
2014-01-20 | Big update: new stair types, code looks better. | Calinou | |
2013-11-07 | Rewrite 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-09-15 | Allow stair/slab crafting by default, can be disabled in _config.txt | Calinou | |
2013-07-11 | More Blocks | Calinou | |