Skip to content

Commit

Permalink
fix: port to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ViRb3 committed Jun 7, 2022
1 parent 242d9d4 commit e61393c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'fabric-loom' version '0.12-SNAPSHOT'
}

version = "${minecraft_version}-fabric-${mod_version}"
Expand All @@ -11,7 +11,7 @@ repositories {

dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings minecraft.officialMojangMappings()
mappings loom.officialMojangMappings()
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"

// Fabric API. This is technically optional, but you probably want it anyway.
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
org.gradle.jvmargs=-Xmx1G
org.gradle.daemon=false

minecraft_version=1.18
loader_version=0.12.9
fabric_version=0.44.0+1.18
minecraft_version=1.19
loader_version=0.14.6
fabric_version=0.55.2+1.19

mod_name=mcmouser
mod_id=me.virb3.mcmouser
Expand Down

0 comments on commit e61393c

Please sign in to comment.