Skip to content

Commit

Permalink
Regenerate data files
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Apr 11, 2024
1 parent 3079bad commit 09a91dd
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 22 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sourceSets {
common {
java
resources {
srcDirs += "src/common-generated/resources"
srcDirs += "src/common_generated/resources"
}
}
main {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// 1.20.2 2023-09-29T20:03:30.5275487 Languages
// 1.20.4 2024-04-11T19:53:07.7208401 Languages: musicplayer
4fb9f2030f2456883591582a3076a80f0564c072 assets/musicplayer/lang/de_de.json
c9dfd65c281498ad527d6403f1d9582ded9169bb assets/musicplayer/lang/en_us.json
20 changes: 0 additions & 20 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,26 +67,6 @@ minecraft {
}
}
}

data {
workingDirectory file("run/data")
property "musicplayer.dev", getRootProject().lavaplayerLibraries()

args "--mod", config.mod.modid
args "--all"
args "--output", gradlefiles.project("common").file("src/common-generated/resources")
args "--validate"
args "--existing", gradlefiles.project("common").file("src/common/resources")

property "coremod.uteamcore.dataprovider-set-indent", "coremod.uteamcore.dataprovider-set-indent.value"
property "coremod.uteamcore.dataprovider-set-indent.value", "true"

mods {
"${config.mod.modid}" {
source sourceSets.main
}
}
}
}
}

Expand Down
2 changes: 2 additions & 0 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ runs {
data {
workingDirectory file("run/data").with { mkdirs(); it }

systemProperties "musicplayer.dev", getRootProject().lavaplayerLibraries()

programArguments "--mod", config.mod.modid
programArguments "--all"
programArguments "--output", gradlefiles.project("common").file("src/common_generated/resources").absolutePath
Expand Down

0 comments on commit 09a91dd

Please sign in to comment.