Skip to content

Commit

Permalink
Updated gradle, arch plugin & arch loom
Browse files Browse the repository at this point in the history
  • Loading branch information
Picono435 committed Mar 19, 2022
1 parent 9827ec1 commit f7a2086
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,4 @@ public static boolean hasPermission(ServerPlayer player, String permission) {
return PermissionAPI.hasPermission(player, permission);
}

public static Biome getBiomeFromKey(ResourceLocation biome) {
return ForgeRegistries.BIOMES.getValue(biome);
}

}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f7a2086

Please sign in to comment.