Skip to content

Commit

Permalink
version ubmps
Browse files Browse the repository at this point in the history
  • Loading branch information
IoIxD committed Dec 24, 2023
1 parent 7c9fc62 commit 7d9f4c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.0+1.20.1")
modImplementation("com.cobblemon:fabric:1.4.1+1.20.1")
modCompileOnly 'net.luckperms:api:5.4'

modImplementation("curse.maven:architectury-api-419699:4555749")
Expand Down Expand Up @@ -105,4 +105,4 @@ publishing {
// The repositories here will be used for publishing your artifact, not for
// retrieving dependencies.
}
}
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ yarn_mappings=1.20.1+build.1
loader_version=0.14.22

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

# Dependencies
fabric_version=0.90.4+1.20.1

cobblemon_curse_file_id=4797468
cobblemon_curse_file_id=4797468

0 comments on commit 7d9f4c9

Please sign in to comment.