2017-10-05 20:37:32 +02:00
|
|
|
# Changelog
|
2017-02-19 13:35:37 +01:00
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
2017-10-05 20:37:32 +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).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2019-02-24 15:44:42 +01:00
|
|
|
- Brazilian and Dutch translations.
|
|
|
|
|
2019-02-24 16:33:48 +01:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Ores are now slower to mine and cannot be mined using wooden tools anymore.
|
|
|
|
|
2019-02-24 15:44:42 +01:00
|
|
|
### Deprecated
|
|
|
|
|
|
|
|
- Deprecated hoes to follow Minetest Game's deprecation of hoes
|
|
|
|
made of "rare" materials.
|
|
|
|
- Hoes are still available in existing worlds, but they
|
|
|
|
cannot be crafted anymore.
|
2017-10-05 20:37:32 +02:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2019-02-24 16:28:35 +01:00
|
|
|
- Hoes now use the `farming` mod's handling function and can no longer
|
|
|
|
turn desert sand into dirt.
|
2017-10-05 20:37:32 +02:00
|
|
|
- Handle tin which is now included in [Minetest Game](https://github.com/minetest/minetest_game).
|
|
|
|
If it is detected, then the tin nodes and items from More Ores won't be registered.
|
2017-02-19 13:35:37 +01:00
|
|
|
|
2018-04-22 00:15:18 +02:00
|
|
|
## 1.0.0 - 2017-02-19
|
2017-02-19 13:35:37 +01:00
|
|
|
|
2017-10-05 20:37:32 +02:00
|
|
|
- Initial versioned release.
|
|
|
|
|
|
|
|
[Unreleased]: https://github.com/minetest-mods/moreblocks/compare/v1.0.0...HEAD
|