mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-11 10:01:30 +01:00
Release 0.106.
This commit is contained in:
parent
30c059f51b
commit
498cef9ec7
@ -11,6 +11,8 @@ These changes will (most likely) be included in the next version.
|
|||||||
|
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.106] - 2021-05-09
|
||||||
### Added
|
### Added
|
||||||
- It is now possible to write custom formulas for wave growth in Default Wave, swarm amounts in Swarm Waves, and boss health in Boss Waves, allowing for much more control and fine-tuning. The formulas support various session-related variables as well as various mathematical operators and functions. Formulas can be predefined as macros in the new `formulas.yml` file. Check the wiki for details.
|
- It is now possible to write custom formulas for wave growth in Default Wave, swarm amounts in Swarm Waves, and boss health in Boss Waves, allowing for much more control and fine-tuning. The formulas support various session-related variables as well as various mathematical operators and functions. Formulas can be predefined as macros in the new `formulas.yml` file. Check the wiki for details.
|
||||||
|
|
||||||
@ -211,7 +213,8 @@ Thanks to:
|
|||||||
- Swatacular for help with testing bug fixes
|
- Swatacular for help with testing bug fixes
|
||||||
- Haileykins for contributions to the code base
|
- Haileykins for contributions to the code base
|
||||||
|
|
||||||
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.105...HEAD
|
[Unreleased]: https://github.com/garbagemule/MobArena/compare/0.106...HEAD
|
||||||
|
[0.106]: https://github.com/garbagemule/MobArena/compare/0.105...0.106
|
||||||
[0.105]: https://github.com/garbagemule/MobArena/compare/0.104.2...0.105
|
[0.105]: https://github.com/garbagemule/MobArena/compare/0.104.2...0.105
|
||||||
[0.104.2]: https://github.com/garbagemule/MobArena/compare/0.104.1...0.104.2
|
[0.104.2]: https://github.com/garbagemule/MobArena/compare/0.104.1...0.104.2
|
||||||
[0.104.1]: https://github.com/garbagemule/MobArena/compare/0.104...0.104.1
|
[0.104.1]: https://github.com/garbagemule/MobArena/compare/0.104...0.104.1
|
||||||
|
2
pom.xml
2
pom.xml
@ -7,7 +7,7 @@
|
|||||||
<groupId>com.garbagemule</groupId>
|
<groupId>com.garbagemule</groupId>
|
||||||
<artifactId>mobarena</artifactId>
|
<artifactId>mobarena</artifactId>
|
||||||
<name>MobArena</name>
|
<name>MobArena</name>
|
||||||
<version>0.105.1-SNAPSHOT</version>
|
<version>0.106</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
Loading…
Reference in New Issue
Block a user