Skip to content

Commit

Permalink
Increase version to 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plushmonkey committed Apr 14, 2019
1 parent 50d0f62 commit 61802a3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ This is my fork of jedk1's JedCore addon for ProjectKorra.
Download releases [here](https://github.com/plushmonkey/JedCore/releases).

## Changelog
### 2.8.1
- Refactor FrostBreath code.
- Use waterbendable TempBlocks for the created snow. This should fix some reversion issues that could cause permanent blocks.
- Add a duration to the ice created from water.
- Prevent PlantRegrowth from creating permanent snow.
- Add "-small-" or "-large-" to a collision list for the ability to be added to the collision initializer lists.
- Add invincible check for AirSlam. (PhanaticD)
- Remove Java 8 and Spigot checks. (PhanaticD)
- Probably fix ElementSphere fly glitch. (PhanaticD)
- Fix EarthShard concrete powder interaction. (PhanaticD)
- Fix some Bloodbending issues. (PhanaticD)
- Attempt a fix for Bloodbending finite error. (PhanaticD)
- Fix issue with Bloodbending returning a bad vector when inside a block. (PhanaticD)
- Make Bloodbending ignore armor stands. (PhanaticD)
- Add missing plants to the small plants list. (PhanaticD)
- Allow Drain to use configured plants. (PhanaticD)
- Fix memory leak issue with the bending board. (PhanaticD)
- Improve EarthKick. It now works on RaiseEarth. (PhanaticD)
- Fix LavaThrow going through walls. (PhanaticD)
- Fix up MetalFragments. (PhanaticD)

### 2.8.0
- Update to ProjectKorra 1.8.8 and Spigot 1.13.2.
- Support dropped for older versions of both ProjectKorra and Spigot due to large api changes.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.jedk1</groupId>
<artifactId>jedcore</artifactId>
<version>2.8.0-Spigot1.13.2-PK1.8.8</version>
<version>2.8.1-Spigot1.13.2-PK1.8.8</version>
<packaging>jar</packaging>
<name>JedCore</name>

Expand Down

0 comments on commit 61802a3

Please sign in to comment.