mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-01-06 22:17:40 +01:00
libreforge-updater
This commit is contained in:
parent
38589b2f9d
commit
c7159c3ff7
@ -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'
|
||||
|
@ -39,11 +39,11 @@ class EcoEnchantsPlugin : LibReforgePlugin() {
|
||||
|
||||
init {
|
||||
instance = this
|
||||
copyConfigs("enchants")
|
||||
EcoEnchants.update(this)
|
||||
}
|
||||
|
||||
override fun handleEnableAdditional() {
|
||||
copyConfigs("enchants")
|
||||
registerHolderProvider { it.heldEnchantLevels }
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user