Skip to content

Commit 890cee1

Browse files
v3.0.0:
- Added tracking of entities with particles to optimize timings by a lot - Breaking change: The plugin classes in the final fat jar aren't relocated anymore #3 - Added support for running the plugin on the client #1 - Now also relocating everything when built by JitPack #2
1 parent a0a6f66 commit 890cee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (!isJitpack) {
1313
}
1414

1515
group "de.randombyte"
16-
version "2.1.7"
16+
version "3.0.0"
1717

1818
repositories {
1919
jcenter()

src/main/kotlin/de/randombyte/entityparticles/EntityParticles.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class EntityParticles @Inject constructor(
6868
internal companion object {
6969
const val ID = "entity-particles"
7070
const val NAME = "EntityParticles"
71-
const val VERSION = "2.1.7"
71+
const val VERSION = "3.0.0"
7272
const val AUTHOR = "RandomByte"
7373

7474
const val ROOT_PERMISSION = ID

0 commit comments

Comments
 (0)