Updated libreforge

This commit is contained in:
Auxilor
2022-05-05 21:26:20 +01:00
parent ecca8c2702
commit 8b3b3d5eaf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
View File
@@ -1,2 +1,2 @@
version = 4.2.0 version = 4.3.0
plugin-name = Boosters plugin-name = Boosters