2018-07-10 20:56:15 +02:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
|
|
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
|
|
|
- No further addition planned.
|
|
|
|
|
|
|
|
|
2018-08-23 13:51:43 +02:00
|
|
|
## [0.3.5] - 2018-08-23
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- fixed deprecated lua api calls
|
|
|
|
- minor code improvements
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
- balrog_model.b3d (identical to mobs_balrog.b3d)
|
|
|
|
|
|
|
|
|
|
|
|
|
2018-07-10 20:56:15 +02:00
|
|
|
## [0.3.4] - 2018-07-10
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- changelog.md
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- fixed the knock_back bug
|
|
|
|
- increased the jump height to 16 nodes (was 4)
|
|
|
|
- moved constant values into entity's definition/spawner function
|
|
|
|
- README.txt -> README.md
|