Skip to content

Commit

Permalink
update to fixed version of bumblezone
Browse files Browse the repository at this point in the history
  • Loading branch information
Epic428 committed Oct 29, 2023
1 parent d68aa12 commit 3327af3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
modApi "tech.thatgravyboat:commonats:1.0"

modCompileOnly("software.bernie.geckolib:$geckolib_fabric:$geckolib_version") transitive false
modCompileOnly ("com.telepathicgrunt:Bumblezone:$bumblezone_version-fabric")
modCompileOnly ("com.telepathicgrunt:Bumblezone:$bumblezone_version-common")
//modCompileOnly("com.telepathicgrunt:Bumblezone:$bumblezone_version-common") transitive false
}

Expand Down
3 changes: 1 addition & 2 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ dependencies {
forgeRuntimeLibrary "com.teamresourceful:bytecodecs:1.0.2"
modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-$project.name-1.20:$rconfig_version"
include(modImplementation("software.bernie.geckolib:$geckolib_forge:$geckolib_version"))
compileOnly "com.telepathicgrunt:Bumblezone:$bumblezone_version-forge"
//modLocalRuntime "com.telepathicgrunt:Bumblezone:$bumblezone_version-forge"
modCompileOnly "com.telepathicgrunt:Bumblezone:$bumblezone_version-forge"
modImplementation "net.roguelogix.phosphophyllite:Phosphophyllite:$phos_version"
modCompileOnly "mezz.jei:jei-$mc_version-forge-api:$jei_version"
modLocalRuntime "mezz.jei:jei-$mc_version-forge:$jei_version" transitive false
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ top_version=1.20.0-9.0.0-1
jei_version=15.2.0.27
# IS NOT UPDATED
patchouli_version=1.20.1-81
bumblezone_version=7.0.22+1.20.1
bumblezone_version=7.0.25+1.20.1

##Dev Deps
cstructures_version=3.1.0+1.19
Expand Down

0 comments on commit 3327af3

Please sign in to comment.