summaryrefslogtreecommitdiff
path: root/stairsplus/slopes.lua
AgeCommit message (Collapse)Author
2016-12-31Run cleanfile on all files, fixing whitespace issues.Auke Kok
2016-10-03Add Alias Functions (#54)Thomas--S
* register_alias * register_alias_force
2016-07-12Fix 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-17Add 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-01Make stairplus:register_* functions work without using register_all.Pierre-Yves Rollo
2015-07-01Removed shaped and added new shapeless crafting recipes for slopes.Marcin
2015-06-18Added missing slopesMarcin
2015-01-12More informative and shorter headers.Calinou
2015-01-11Add licensing headers to all files, fix intllib global variable warnings.Calinou
2014-10-30Add some more recipes for slopes.Calinou
2014-10-29Add inner, outer, outer-cut slopes and their half and half-raised ↵Calinou
variations, with crafting recipes for them. Code cleanup is ongoing.
2014-10-28Add slopes and their crafting.Calinou