Skip to content

Commit

Permalink
#114: Fixed EcoEnchant not loading with VoxelSniper 8.4.0 and above (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart99 authored Jan 19, 2023
1 parent 32f0769 commit c65a4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/voxel-core.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ tasks {
relocate("com.google.common", "com.github.kevindagame.voxelsniper.libs.com.google.common")
relocate("net.kyori", "com.github.kevindagame.voxelsniper.libs.net.kyori")
relocate("org.yaml.snakeyaml", "com.github.kevindagame.voxelsniper.libs.org.yaml.snakeyaml")
relocate("kotlin", "com.github.kevindagame.voxelsniper.libs.kotlin")
}

build {
Expand Down

0 comments on commit c65a4f1

Please sign in to comment.