All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- backguard compatible with 0.4.X engines with also 5.X ones, autodetection of api to check
2.2.0 - 2021-06-28
- Refactored recipe override mechanism to avoid re-coding recipes when we only want to change the amount produced. But for older engine re-coding few ones
- Realigned rail recipe to the changes made in Minetest Game.
- All rail recipes (standard, power, break) were boosted by 50%.
- Shapeless crafting recipes are now handled in redefinitions.
- Aliases are now resolved in Stairs+ circular saw cost calculation.
- Fixed strange placement behavior for non-default Stairs+ nodes.
- Fixed stairs placement over oddly-shaped nodes.
- Compressed desert cobblestone.
- Legacy Stairs+ conversion code.
- It was only required to import worlds last edited before Q3 2013.
2.0.0 - 2019-11-25
- Polish translation.
- The minimum supported Minetest version is 5.0.0, this fork still supports 0.4.16+ also.
- Stairs+ nodes now emit one light level less compared to full nodes to make up for their smaller visual size.
- Fixed a recipe conflict that made Centered Wooden Tiles impossible to craft.
1.3.0 - 2019-03-23
- Stairs+ are now displayed in the creative inventory by default.
- Localization files now use the gettext
.po
format. - Updated intllib support to avoid using deprecated functions.
- Node rotation now works correctly when placing Stairs+ nodes.
- Stairs+ glasslike nodes' textures are now easier to see.
1.2.0 - 2018-11-24
- Stairs+ nodes for
basic_materials
's concrete, cement and brass blocks. - Listring add for circular saw.
- Stairs+: New API function
stairsplus:register_custom_subset(subset, modname, subname, recipeitem, fields)
.
- 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.
- The circular saw can no longer replace items from the player's inventory when it is full.
- New crafting recipes for:
- Stone Tile
- Circle Stone Bricks
- Stairs+:
- Moved definitions to
stairsplus.defs
table into a separate file. - Moved recipe definitions to
stairsplus.register_recipes
function into a separate file.
- Moved definitions to
1.1.0 - 2017-10-04
- 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.
- 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)
- Other mods can now get a list of all the defined Stairs+ shapes.
- Initial versioned release.