Skip to content

Commit

Permalink
feat: ✨ Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
P3pp3rF1y committed Dec 28, 2024
1 parent 0eda41c commit b28269a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ modrinth {
loaders = ["neoforge"]
dependencies {
required.project "sophisticated-core"
required.project "sophisticated-storage"
optional.project "jei"
optional.project "crafting-tweaks"
}
changelog = provider {
project.ext.changelog
Expand Down
8 changes: 3 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ sc_version=[1.21.1-1.0.5,1.22)
ss_version=[1.21.1-1.0.1,1.22)

#publish
#TODO add curseforge_id
curseforge_id=0
release_type=release
curseforge_id=1166930
release_type=beta
release_versions=1.21.1
#TODO add modrinth_project_id
modrinth_project_id=n/a
modrinth_project_id=6vtFbyaJ

0 comments on commit b28269a

Please sign in to comment.