File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ configurations {
1414 }
1515 compileClasspath. extendsFrom(common)
1616 runtimeClasspath. extendsFrom(common)
17- developmentNeoForge . extendsFrom(common)
17+ developmentForge . extendsFrom(common)
1818
1919 shadowBundle {
2020 canBeResolved = true
@@ -35,15 +35,15 @@ dependencies {
3535 common(project(path : " :common" , configuration : " namedElements" )) {
3636 transitive = false
3737 }
38- shadowBundle(project(path : " :common" , configuration : " transformProductionNeoForge " )) {
38+ shadowBundle(project(path : " :common" , configuration : " transformProductionForge " )) {
3939 transitive = false
4040 }
4141}
4242
4343processResources {
4444 inputs. property(" version" , project. version)
4545
46- filesMatching(" META-INF/forge. mods.toml" ) {
46+ filesMatching(" META-INF/mods.toml" ) {
4747 expand(version : project. version)
4848 }
4949}
You can’t perform that action at this time.
0 commit comments