File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -181,9 +181,11 @@ dependencies {
181181 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
182182
183183 additionalRuntimeClasspath(libraries.jnanoid)
184+
184185 compileOnly(compactmods.feather)
185186 testImplementation(compactmods.feather)
186187 jarJar(compactmods.feather) { isTransitive = false }
188+ additionalRuntimeClasspath(compactmods.feather)
187189
188190 compileOnly(compactmods.spatial)
189191 testImplementation(compactmods.spatial)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ file = "META-INF/accesstransformer.cfg"
99[[mods ]] # mandatory
1010modId = " compactmachines"
1111version = " ${mod_version}"
12- displayName = " Compact Machines 6 "
12+ displayName = " Compact Machines"
1313authors = " Davenonymous, RobotGryphon" # optional
1414description = " It's all so tiny!"
1515featureFlags =" META-INF/feature_flags.json"
You can’t perform that action at this time.
0 commit comments