Skip to content

Commit

Permalink
fix mod metadata insertion
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Oct 19, 2024
1 parent e51b12c commit 91f3b16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ tasks {
props.forEach(inputs::property)

filesMatching(if (isFabric) "fabric.mod.json" else "META-INF/neoforge.mods.toml") { expand(props) }
exclude(if (!isFabric) "fabric.mod.json" else "META-INF/neoforge.mods.toml")
}

register("releaseMod") {
Expand Down
4 changes: 1 addition & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- update to 1.21.2
- only suggest yacl from now on
- switch to kotlin-lang-forge
- fix mod metadata insertion
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ mod.id=autodrop
mod.name=autodrop
mod.description=Simply drops specific items after pickup
mod.beta=0
mod.major-version=2.0.3
mod.major-version=2.0.4
mod.mixins=autodrop.mixins.json
mod.supported-loaders=fabric,quilt,neoforge

0 comments on commit 91f3b16

Please sign in to comment.