Skip to content

Commit dd4b7a0

Browse files
committed
Increase version to 2.9.2
1 parent 481366f commit dd4b7a0

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@ This is my fork of jedk1's JedCore addon for ProjectKorra.
33
Download releases [here](https://github.com/plushmonkey/JedCore/releases).
44

55
## Changelog
6+
### 2.9.2
7+
- Fix LavaThrow blast direction. (Simplicitee)
8+
- Fix no-volume AABB queries.
9+
- Use FlightHandler with FireSki and EarthSurf to hopefully reduce the frequency of flight bugs.
10+
- Improve MetalHook.
11+
- Fix a bug with MetalHook where the player wouldn't be pulled toward an attached hook.
12+
- Add config option to MetalHook for attaching to barriers.
13+
- Fix EarthKick bugs.
14+
- Allow slot swapping once EarthKick is created. This fixes the bug where the falling blocks don't damage enemies if the player swapped slots before they get near an enemy.
15+
- Fix an issue with EarthKick where the wrong FallingBlocks could be removed from the tracking list.
16+
17+
### 2.9.1
18+
- Fix AABB code so it works on Spigot 1.15.
19+
20+
### 2.9.0
21+
- Add support for Spigot 1.14.4/ProjectKorra 1.8.9. It should continue to work with Spigot 1.13.2/ProjectKorra 1.8.8, but it hasn't been tested.
22+
- Fix EarthLine render issue that has existed for a long time where the falling blocks aren't spawned at the center of the block.
23+
- Improve EarthLine climbing/falling.
24+
625
### 2.8.1
726
- Refactor FrostBreath code.
827
- Use waterbendable TempBlocks for the created snow. This should fix some reversion issues that could cause permanent blocks.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.jedk1</groupId>
66
<artifactId>jedcore</artifactId>
7-
<version>2.9.1-Spigot1.15-PK1.8.9</version>
7+
<version>2.9.2-Spigot1.15-PK1.8.9</version>
88
<packaging>jar</packaging>
99
<name>JedCore</name>
1010

0 commit comments

Comments
 (0)