Skip to content

Commit

Permalink
Merge pull request #30 from Shawn11564/Cobblemon-1.5
Browse files Browse the repository at this point in the history
Update to cobblemon 1.5
  • Loading branch information
IoIxD authored May 21, 2024
2 parents 8e226ba + 60391b3 commit b72f645
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
// Required mod shit
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation('me.lucko:fabric-permissions-api:0.2-SNAPSHOT')
modImplementation("com.cobblemon:fabric:1.4.1+1.20.1")
modImplementation("com.cobblemon:fabric:1.5.0+1.20.1")
modCompileOnly 'net.luckperms:api:5.4'

modImplementation("curse.maven:architectury-api-419699:4555749")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.1
loader_version=0.14.22

# Mod Properties
mod_version=1.2.1
mod_version=1.2.2
maven_group=net.ioixd
archives_base_name=cobblemounts

Expand Down
1 change: 0 additions & 1 deletion src/main/resources/cobblemounts.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"mixins": [
"MobEntityMixin",
"PokemonMixin",
"PokemonServerDelegateMixin",
"PokemonServersideTickMixin",
"ServerPlayNetworkHandlerMixin"
],
Expand Down

0 comments on commit b72f645

Please sign in to comment.