Difference between revisions of "Changelog"
From MineTweaker 3
(Created page with "=== Version 3.0.0 === * Initial release. === Version 3.0.1 === * Secured the in-game minetweaker command to be op-only * Can now open wiki, bugs and forum from the /mt comm...") |
(3.0.2 from Github) |
||
Line 7: | Line 7: | ||
* Secured the in-game minetweaker command to be op-only | * Secured the in-game minetweaker command to be op-only | ||
* Can now open wiki, bugs and forum from the /mt command (/mt wiki, /mt bugs, /mt forum) | * Can now open wiki, bugs and forum from the /mt command (/mt wiki, /mt bugs, /mt forum) | ||
+ | |||
+ | === Version 3.0.2 === | ||
+ | * Added interface to game, client and server | ||
+ | * Added transformations | ||
+ | * Made ingredient conditions more practical to use, no longer requires imports | ||
+ | * Started implementation of event handling | ||
+ | * Moved commands and logic to the common API code | ||
+ | * Added common interface to MineTweaker recipes | ||
+ | * Added string methods | ||
+ | * Moved the logger from static value to static getter | ||
+ | * Fixed crashes on dedicated servers | ||
+ | * Fixed bracket resolution for <id:meta> values in 1.6.4 | ||
+ | * Fixed scripts not being sent to multiplayer clients in 1.6.4 |
Revision as of 05:18, 5 July 2014
Version 3.0.0
- Initial release.
Version 3.0.1
- Secured the in-game minetweaker command to be op-only
- Can now open wiki, bugs and forum from the /mt command (/mt wiki, /mt bugs, /mt forum)
Version 3.0.2
- Added interface to game, client and server
- Added transformations
- Made ingredient conditions more practical to use, no longer requires imports
- Started implementation of event handling
- Moved commands and logic to the common API code
- Added common interface to MineTweaker recipes
- Added string methods
- Moved the logger from static value to static getter
- Fixed crashes on dedicated servers
- Fixed bracket resolution for <id:meta> values in 1.6.4
- Fixed scripts not being sent to multiplayer clients in 1.6.4