libreforge-updater

This commit is contained in:
Auxilor 2022-09-26 10:53:48 +01:00
parent 38589b2f9d
commit c7159c3ff7
3 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ allprojects {
dependencies {
compileOnly 'com.willfp:eco:6.38.0'
implementation 'com.willfp:libreforge:3.104.0'
implementation 'com.willfp:libreforge:3.104.1'
implementation 'org.joml:joml:1.10.4'
compileOnly 'org.jetbrains:annotations:23.0.0'

View File

@ -39,11 +39,11 @@ class EcoEnchantsPlugin : LibReforgePlugin() {
init {
instance = this
copyConfigs("enchants")
EcoEnchants.update(this)
}
override fun handleEnableAdditional() {
copyConfigs("enchants")
registerHolderProvider { it.heldEnchantLevels }
}

View File

@ -1,4 +1,4 @@
#libreforge-updater
#Thu Sep 22 17:32:02 BST 2022
version=9.0.0-b33
#Mon Sep 26 10:53:48 BST 2022
version=9.0.0-b34
plugin-name=EcoEnchants