-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c05bc5
commit 6332519
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
mod_version=1.1.0 | ||
mod_version=1.1.1 | ||
minecraft_version=1.9.4 | ||
forge_version=12.17.0.1954 | ||
mcp_mappings_version=snapshot_20160519 | ||
cyclopscore_version=0.7.3-381 | ||
cyclopscore_version=0.7.7-398 | ||
release_type=release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
As always, don't forget to backup your world before updating! | ||
Requires CyclopsCore version 0.7.7 or higher. | ||
|
||
Additions: | ||
* Add option to set maximum amount of player abilities, Closes #10 | ||
* Render particle effects on players with abilities, this is disable by default. | ||
* Add config option to force a default step height | ||
|
||
Changes: | ||
* Only apply saturation effect every 10 seconds at level 1 | ||
* Drain hunger from active abilities, Closes #11 | ||
* Mark saturation as an epic ability | ||
* Add oredict support for the Ability Bottle recipe | ||
|
||
Fixes: | ||
* Fix incorrect xp level calculation when removing abilities, Closes #12 | ||
* Fix mobs with particles not always dropping totems, Closes #7 | ||
* Improve fancy background animation. Apparently, Windows users had glitchy backgrounds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters