Skip to content

Commit e022a63

Browse files
committed
fix AW
1 parent a82f072 commit e022a63

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ subprojects {
3131
// dont add development or to-do files into built jar
3232
exclude(".cache/", "**/*.bbmodel", "**/*.lnk", "**/*.xcf", "**/*.md", "**/*.txt", "**/*.blend", "**/*.blend1", "**/PlatformMethods.class")
3333

34-
doLast {
35-
minifyJson(it)
36-
}
34+
// doLast {
35+
// minifyJson(it)
36+
// }
3737
}
3838

3939
repositories {

common/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
loom {
2+
accessWidenerPath = file("src/main/resources/railways.accesswidener")
3+
}
4+
15
repositories {
26
// mavens for Create Fabric and dependencies
37
maven { url = "https://api.modrinth.com/maven" } // LazyDFU, Journyemap

0 commit comments

Comments
 (0)