Skip to content

Commit

Permalink
Add NeoForge Mods Toml
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Apr 24, 2024
1 parent 4f06ad1 commit ace4d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {

java.toolchain.languageVersion = JavaLanguageVersion.of(21)

version = "0.1.6"
version = "0.1.7"
group = "dev.nanite"

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public MultiLoaderRoot(Project project) {
singleOutputJar = project.getObjects().property(Boolean.class).convention(false);
filesToExpand = project.getObjects().listProperty(String.class)
.convention(Arrays.asList("pack.mcmeta", "fabric.mod.json",
"META-INF/mods.toml", "mods.toml", "*.mixins.json"));
"META-INF/mods.toml", "mods.toml", "*.mixins.json", "META-INF/neoforge.mods.json"));
overrideSpongeMixin = project.getObjects().property(Boolean.class).convention(false);
commonMixin = project.getObjects().property(String.class);
}
Expand Down

0 comments on commit ace4d86

Please sign in to comment.