Update the changelog to reflect recent commits

This commit is contained in:
Hugo Locurcio 2018-11-24 17:34:55 +01:00
parent ca45478761
commit 0ace9fe493
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C
1 changed files with 6 additions and 2 deletions

View File

@ -9,12 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added ### Added
- Stairs+ nodes for `basic_materials`'s concrete, cement and brass blocks.
- Listring add for circular saw. - Listring add for circular saw.
- Stairs+: New API function: - **Stairs+:** New API function
`stairsplus:register_custom_subset(subset, modname, subname, recipeitem, fields)` `stairsplus:register_custom_subset(subset, modname, subname, recipeitem, fields)`.
### Fixed ### Fixed
- The papyrus crafting recipe override is now properly applied over the
`default` mod's recipe.
- Centered wooden tiles are now craftable.
- Wool Stairs+ nodes can no longer be used in crafting. - Wool Stairs+ nodes can no longer be used in crafting.
- The circular saw can no longer replace items from the player's inventory - The circular saw can no longer replace items from the player's inventory
when it is full. when it is full.