Skip to content

Commit

Permalink
Completely rename NeoForge mods.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed May 10, 2024
1 parent 42f7cc0 commit df9018c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ jar {
processResources {
println("Processing resources...")
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
exclude 'META-INF/mods.toml'
exclude 'META-INF/neoforge.mods.toml'

from("${project.projectDir}/docs/META-INF") {
println("Inflating mods.toml...")
println("Inflating neoforge.mods.toml...")

// Replace properties in mods.toml with ones derived from settings.gradle
include 'mods.toml'
include 'neoforge.mods.toml'
expand 'mod_license': mod_license,
'mod_version': version,
'mod_id' : mod_id,
Expand Down
File renamed without changes.

0 comments on commit df9018c

Please sign in to comment.