Skip to content

Commit

Permalink
1.19 we go
Browse files Browse the repository at this point in the history
  • Loading branch information
WearBlackAllDay committed Jul 7, 2022
1 parent a60f098 commit a9936be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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'
id 'maven-publish'
}

Expand Down Expand Up @@ -37,9 +37,9 @@ dependencies {
// You may need to force-disable transitiveness on them.
}

minecraft {
accessWidener = file("src/main/resources/dimthread.accesswidener")
refmapName = "dimthread.refmap.json"
loom {
accessWidenerPath = file("src/main/resources/dimthread.accesswidener")
mixin.defaultRefmapName = "dimthread.refmap.json"
}

processResources {
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.8
minecraft_version=1.19
yarn_mappings=1.19+build.4
loader_version=0.14.8
# Mod Properties
mod_version=1.2.6
mod_version=1.2.7
maven_group=wearblackallday
archives_base_name=DimThread
# Dependencies
# check this on https://modmuss50.me/fabric.html
#fabric_version=0.44.0+1.18
fabric_game_rule_v1_version=1.0.9+e77d3ea6cb
fabric_game_rule_v1_version=1.0.19+1899036192

2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"accessWidener": "dimthread.accesswidener",
"depends": {
"fabricloader": ">=0.12.8",
"minecraft": ">=1.18"
"minecraft": ">=1.19"
}
}

0 comments on commit a9936be

Please sign in to comment.