Skip to content

Commit 773ecc1

Browse files
committed
Fix metadata/not including feather in classpath (dev-time)
1 parent 9c65eef commit 773ecc1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

neoforge-main/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

neoforge-main/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ file = "META-INF/accesstransformer.cfg"
99
[[mods]] #mandatory
1010
modId = "compactmachines"
1111
version = "${mod_version}"
12-
displayName = "Compact Machines 6"
12+
displayName = "Compact Machines"
1313
authors = "Davenonymous, RobotGryphon" #optional
1414
description = "It's all so tiny!"
1515
featureFlags="META-INF/feature_flags.json"

0 commit comments

Comments
 (0)