Skip to content

Commit

Permalink
Add information about original modid to mods.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Jul 9, 2023
1 parent f7cfa8d commit 55138c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ loom.platform=forge
forge_version=1.19.4-45.1.2
server_data_pack_format=12
pack_format=13
forgified_version=1.2.0
forgified_version=1.3.0
1 change: 1 addition & 0 deletions gradle/ffapi-setup.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ abstract class GenerateForgeModMetadata extends DefaultTask {
if (json.description) {
description json.description
}
provides([json.id])
}
])

Expand Down

0 comments on commit 55138c2

Please sign in to comment.