Updated libreforge
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ allprojects {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly 'com.willfp:eco:6.35.1'
|
compileOnly 'com.willfp:eco:6.35.1'
|
||||||
implementation 'com.willfp:libreforge:3.38.0'
|
implementation 'com.willfp:libreforge:3.39.0'
|
||||||
|
|
||||||
compileOnly 'org.jetbrains:annotations:23.0.0'
|
compileOnly 'org.jetbrains:annotations:23.0.0'
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ class Booster(
|
|||||||
private val plugin: BoostersPlugin,
|
private val plugin: BoostersPlugin,
|
||||||
val config: Config,
|
val config: Config,
|
||||||
) : Holder {
|
) : Holder {
|
||||||
val id = config.getString("id")
|
override val id = config.getString("id")
|
||||||
|
|
||||||
val ownedDataKey: PersistentDataKey<Int> = PersistentDataKey(
|
val ownedDataKey: PersistentDataKey<Int> = PersistentDataKey(
|
||||||
plugin.namespacedKeyFactory.create(id),
|
plugin.namespacedKeyFactory.create(id),
|
||||||
|
|||||||
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
version = 4.2.0
|
version = 4.3.0
|
||||||
plugin-name = Boosters
|
plugin-name = Boosters
|
||||||
Reference in New Issue
Block a user