Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-31 | Run cleanfile on all files, fixing whitespace issues. | Auke Kok | |
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-07-01 | Removed shaped and added new shapeless crafting recipes for slopes. | Marcin | |
2015-06-18 | Added missing slopes | 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-10-30 | Add some more recipes for slopes. | Calinou | |
2014-10-29 | Add inner, outer, outer-cut slopes and their half and half-raised ↵ | Calinou | |
variations, with crafting recipes for them. Code cleanup is ongoing. | |||
2014-10-28 | Add slopes and their crafting. | Calinou | |