Skip to content

Commit

Permalink
fix crash with treeharvester
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Jan 24, 2025
1 parent 7a79d22 commit 3725485
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- fix Wither not dropping skull in every case
- add tree harvester compatibility
- update dependencies
- fix crash with treeharvester - reported by faultyfocus
1 change: 1 addition & 0 deletions fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")!!)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3725485

Please sign in to comment.