2017-10-04 20:43:50 +02:00
|
|
|
# Changelog
|
2017-02-19 13:35:16 +01:00
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
2017-10-04 20:43:50 +02:00
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
2017-02-19 13:35:16 +01:00
|
|
|
|
2017-02-21 23:01:41 +01:00
|
|
|
## [Unreleased]
|
|
|
|
|
2019-03-03 20:02:40 +01:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Update intllib support to avoid using deprecated functions.
|
|
|
|
|
2019-02-25 10:47:51 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Node rotation now works correctly when placing Stairs+ nodes.
|
2019-02-25 11:20:35 +01:00
|
|
|
- Stairs+ glasslike nodes' textures are now easier to see.
|
2019-02-25 10:47:51 +01:00
|
|
|
|
2018-11-24 17:39:42 +01:00
|
|
|
## [1.2.0] - 2018-11-24
|
|
|
|
|
2017-09-18 13:49:36 +02:00
|
|
|
### Added
|
|
|
|
|
2018-11-24 17:34:55 +01:00
|
|
|
- Stairs+ nodes for `basic_materials`'s concrete, cement and brass blocks.
|
2017-09-18 13:49:36 +02:00
|
|
|
- Listring add for circular saw.
|
2018-11-24 17:34:55 +01:00
|
|
|
- **Stairs+:** New API function
|
|
|
|
`stairsplus:register_custom_subset(subset, modname, subname, recipeitem, fields)`.
|
2017-09-18 13:49:36 +02:00
|
|
|
|
2017-11-20 23:13:16 +01:00
|
|
|
### Fixed
|
|
|
|
|
2018-11-24 17:34:55 +01:00
|
|
|
- The papyrus crafting recipe override is now properly applied over the
|
|
|
|
`default` mod's recipe.
|
|
|
|
- Centered wooden tiles are now craftable.
|
2017-12-19 23:47:00 +01:00
|
|
|
- Wool Stairs+ nodes can no longer be used in crafting.
|
2017-11-20 23:13:16 +01:00
|
|
|
- The circular saw can no longer replace items from the player's inventory
|
|
|
|
when it is full.
|
|
|
|
|
2018-02-17 21:08:08 +01:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- New craft for:
|
|
|
|
- Stone Tile
|
|
|
|
- Circle Stone Bricks
|
2018-03-04 12:41:55 +01:00
|
|
|
- Stairs+:
|
|
|
|
- Move definitions to `stairsplus.defs` table in a separate file
|
|
|
|
- Move recipe definitions to `stairsplus.register_recipes` function in a separate file
|
2018-02-17 21:08:08 +01:00
|
|
|
|
2017-10-04 20:43:50 +02:00
|
|
|
## [1.1.0] - 2017-10-04
|
|
|
|
|
2017-02-21 23:01:41 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- 3 new node shapes in the circular saw (thin slabs, available in
|
|
|
|
"L-shaped", "corner-shaped" and "U-shaped" variations), all with 1/16
|
|
|
|
thickness.
|
2017-10-02 23:54:40 +02:00
|
|
|
- New Stairs+ nodes:
|
|
|
|
- Coral Skeleton
|
|
|
|
- Desert Sandstone, Silver Sandstone
|
|
|
|
- Desert Sandstone Brick, Silver Sandstone Brick
|
|
|
|
- Desert Sandstone Block, Silver Sandstone Block
|
|
|
|
- Obsidian Block
|
|
|
|
- Sandstone Block
|
|
|
|
- Stone Block, Desert Stone Block
|
|
|
|
- Straw
|
|
|
|
- Tin Block
|
|
|
|
- Wool (all colors)
|
2017-10-04 20:43:50 +02:00
|
|
|
- Other mods can now get a list of all the defined Stairs+ shapes
|
2017-02-21 23:01:41 +01:00
|
|
|
|
2018-04-22 00:14:17 +02:00
|
|
|
## 1.0.0 - 2017-02-19
|
2017-02-19 13:35:16 +01:00
|
|
|
|
2017-02-23 17:10:49 +01:00
|
|
|
- Initial versioned release.
|
2017-10-04 20:43:50 +02:00
|
|
|
|
2018-11-24 17:39:42 +01:00
|
|
|
[Unreleased]: https://github.com/minetest-mods/moreblocks/compare/v1.2.0...HEAD
|
|
|
|
[1.2.0]: https://github.com/minetest-mods/moreblocks/compare/v1.1.0...v1.2.0
|
2017-10-04 20:43:50 +02:00
|
|
|
[1.1.0]: https://github.com/minetest-mods/moreblocks/compare/v1.0.0...v1.1.0
|