Skip to content

Commit

Permalink
update test mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolij committed Sep 29, 2023
1 parent 3fc77c2 commit 417600e
Show file tree
Hide file tree
Showing 2 changed files with 945 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test-mod/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'fabric-loom' version "1.3-SNAPSHOT"
id 'felt-spindle' version '0.1-SNAPSHOT'
id 'felt-spindle' version '0.2-SNAPSHOT'
id 'maven-publish'
}

Expand Down Expand Up @@ -57,4 +57,12 @@ jar {
from("LICENSE") {
rename { "${it}_${base.archivesName.get()}" }
}
}

loom {
accessWidenerPath = file("src/main/resources/modid.accesswidener")
}

spindle {
accessTransformerPath = file("src/main/resources/META-INF/accesstransformer.cfg")
}
Loading

0 comments on commit 417600e

Please sign in to comment.