diff --git a/changelog.md b/changelog.md index 26aa49d..3f93a1c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,2 @@ -- fix Wither not dropping skull in every case -- add tree harvester compatibility \ No newline at end of file +- update dependencies +- fix crash with treeharvester - reported by faultyfocus \ No newline at end of file diff --git a/fabric/build.gradle.kts b/fabric/build.gradle.kts index ad01b57..94dafe6 100644 --- a/fabric/build.gradle.kts +++ b/fabric/build.gradle.kts @@ -74,6 +74,7 @@ dependencies { // Compatibility mods modImplementation("curse.maven:tree-harvester-367178:5967367") + modImplementation("curse.maven:collective-342584:5967340") include(implementation("dev.nyon:konfig:2.1.0")!!) } diff --git a/gradle.properties b/gradle.properties index f97c00f..834efac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,6 +4,6 @@ modId=magnetic description=Magnetically moves items and experience into your inventory. Also known as telekinesis from Hypixel Skyblock. beta= -featureVersion=3.4.1 +featureVersion=3.4.2 supportedMcVersions=1.21.2,1.21.3,1.21.4 \ No newline at end of file