Skip to content

Commit

Permalink
got Fabric 1.17 back into working order
Browse files Browse the repository at this point in the history
  • Loading branch information
lukflug committed Mar 8, 2022
1 parent 4e54b76 commit 0111802
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example-mod17/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx2500m
version = 0.2.1
versionmc = 0.2.0

loomVersion = 0.11.32
loomVersion = 0.12.1
minecraft17 = 1.17.1
mappings17 = 1.17.1+build.65
loader17 = 0.13.3
Expand Down
6 changes: 4 additions & 2 deletions panelstudio-mc17/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
annotationProcessor "org.ow2.asm:asm-commons:9.0"
annotationProcessor "org.ow2.asm:asm-tree:9.0"
annotationProcessor "org.ow2.asm:asm-util:9.0"
implementation "com.lukflug:panelstudio:${version}"
implementation "com.lukflug:panelstudio:${coreVersion}"
}

processResources {
Expand All @@ -53,7 +53,9 @@ publishing {
publications {
mavenJava(MavenPublication) {
groupId "com.lukflug"
artifact jar
artifact jar {
classifier ""
}
artifact sourcesJar
pom {
name = "PanelStudio-MC17"
Expand Down
5 changes: 3 additions & 2 deletions panelstudio-mc17/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
org.gradle.jvmargs = -Xmx2500m
version = 0.2.1
version = 0.2.2
coreVersion = 0.2.1

loomVersion = 0.11.32
loomVersion = 0.12.1
minecraft17 = 1.17.1
mappings17 = 1.17.1+build.65

0 comments on commit 0111802

Please sign in to comment.