Skip to content

Commit

Permalink
Update to 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Roundaround committed Feb 8, 2023
1 parent 0519588 commit 1c10624
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

// Test using real account
modImplementation "com.ptsmods:devlogin:2.1"

// ModMenu integration
modCompileOnly "com.terraformersmc:modmenu:${project.mod_menu_version}"

Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties
minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.14.6
minecraft_version=1.19.3
yarn_mappings=1.19.3+build.5
loader_version=0.14.14

# Mod Properties
mod_version = 1.0.1
maven_group = me.roundaround
archives_base_name = enchantmentcompat

# Dependencies
fabric_version=0.55.1+1.19
mod_menu_version=4.0.0
roundalib_version=0.2.1+1.19
fabric_version=0.73.2+1.19.3
mod_menu_version=5.0.2
roundalib_version=0.2.1+1.19.3

0 comments on commit 1c10624

Please sign in to comment.