Skip to content

Commit

Permalink
update to 1.19 formally
Browse files Browse the repository at this point in the history
  • Loading branch information
astei committed Jun 8, 2022
1 parent d361225 commit 4dbb20a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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'
id 'maven-publish'
}

Expand Down
11 changes: 4 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=22w15a
yarn_mappings=22w15a+build.4
loader_version=0.13.3
minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.14.6
# Mod Properties
mod_version=0.1.3-SNAPSHOT
maven_group=me.steinborn
archives_base_name=lazydfu
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.25.1+build.416-1.16
archives_base_name=lazydfu
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
],
"depends": {
"fabricloader": ">=0.7.0",
"minecraft": "1.19-alpha.22.15.a"
"minecraft": ">=1.19"
}
}

0 comments on commit 4dbb20a

Please sign in to comment.