aboutsummaryrefslogtreecommitdiff
path: root/stairsplus/slopes.lua
Commit message (Collapse)AuthorAge
* 2m long slopes are now train slope compatibleOch Noe2020-11-13
|
* stained glass now cutable, grval-slopes repairedOch Noe2019-01-19
|
* build a list of all of the stairsplus slab/stair/etc... shapes (#70)Vanessa Ezekowitz2017-02-23
| | | for other mods to reference.
* Prepare for v1.0.0 releaseHugo Locurcio2017-02-19
|
* allow passing paramtype2 to the nodes being created (#65)Vanessa Ezekowitz2017-01-26
|
* Run cleanfile on all files, fixing whitespace issues.Auke Kok2016-12-31
|
* Add Alias Functions (#54)Thomas--S2016-10-03
| | | | * register_alias * register_alias_force
* Fix drop logic. (#49)John Cole2016-07-12
| | | | | | | | | | | 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.
* Add support for the alternative drop syntax (#46)Thomas--S2016-06-17
| | | Until now, when the moreblocks node for a node with the alternative drop syntax were registered, the game crashed.
* Make stairplus:register_* functions work without using register_all.Pierre-Yves Rollo2015-11-01
|
* Removed shaped and added new shapeless crafting recipes for slopes.Marcin2015-07-01
|
* Added missing slopesMarcin2015-06-18
|
* More informative and shorter headers.Calinou2015-01-12
|
* Add licensing headers to all files, fix intllib global variable warnings.Calinou2015-01-11
|
* Add some more recipes for slopes.Calinou2014-10-30
|
* Add inner, outer, outer-cut slopes and their half and half-raised ↵Calinou2014-10-29
| | | | variations, with crafting recipes for them. Code cleanup is ongoing.
* Add slopes and their crafting.Calinou2014-10-28