Rewrite the README, update the changelog and tweak CONTRIBUTING.md

Also optimize a few textures a tiny bit.
This commit is contained in:
Hugo Locurcio
2017-10-05 20:37:32 +02:00
parent 84a9198a62
commit c2218f810d
8 changed files with 91 additions and 15 deletions

View File

@ -1,10 +1,23 @@
# Change Log
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
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
- Brazilian translation.
### Fixed
- 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.
## [1.0.0] - 2017-02-19
- Initial versioned release.
- Initial versioned release.
[Unreleased]: https://github.com/minetest-mods/moreblocks/compare/v1.0.0...HEAD