Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add Alias Functions (#54) | Thomas--S | 2016-10-03 |
| | | | | * register_alias * register_alias_force | ||
* | Fix drop logic. (#49) | John Cole | 2016-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--S | 2016-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 Rollo | 2015-11-01 |
| | |||
* | Removed shaped and added new shapeless crafting recipes for slopes. | Marcin | 2015-07-01 |
| | |||
* | Added missing slopes | Marcin | 2015-06-18 |
| | |||
* | More informative and shorter headers. | Calinou | 2015-01-12 |
| | |||
* | Add licensing headers to all files, fix intllib global variable warnings. | Calinou | 2015-01-11 |
| | |||
* | Add some more recipes for slopes. | Calinou | 2014-10-30 |
| | |||
* | Add inner, outer, outer-cut slopes and their half and half-raised ↵ | Calinou | 2014-10-29 |
| | | | | variations, with crafting recipes for them. Code cleanup is ongoing. | ||
* | Add slopes and their crafting. | Calinou | 2014-10-28 |