Skip to content

Commit

Permalink
build: Remove template expansion for architectury.common.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Jul 16, 2024
1 parent 50e13f7 commit 003e044
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion common/src/main/resources/architectury.common.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"accessWidener": "${mod_id}.accesswidener"
"accessWidener": "noisiumchunkmanager.accesswidener"
}
4 changes: 0 additions & 4 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ processResources {
include("assets", "data", "resourcepacks")
}

filesMatching("architectury.common.json") {
expand "mod_id": rootProject.mod_id
}

filesMatching("fabric.mod.json") {
expand "version": project.version,
"mod_id": rootProject.mod_id,
Expand Down
4 changes: 0 additions & 4 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ processResources {
include("assets", "data", "resourcepacks")
}

filesMatching("architectury.common.json") {
expand "mod_id": rootProject.mod_id
}

filesMatching("META-INF/mods.toml") {
expand "version": project.version,
"mod_id": rootProject.mod_id,
Expand Down

0 comments on commit 003e044

Please sign in to comment.