Skip to content

Commit

Permalink
Fix Changelog and Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
UnRealDinnerbone committed Dec 31, 2023
1 parent 4adc473 commit 6265b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### 3.3.10
### 4.0.0

- Added isModLoaded helper method
- Updated to 1.20.4
9 changes: 0 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,26 +109,17 @@ publishMods {

curseforge("curseforgeFabric") {
from(curseForgeOptions, fabricOptions)
requires {
slug = "architectury-api"
}
requires {
slug = "fabric-api"
}
}

curseforge("curseforgeForge") {
from(curseForgeOptions, forgeOptions)
requires {
slug = "architectury-api"
}
}

curseforge("curseforgeNeoForge") {
from(curseForgeOptions, neoForge)
requires {
slug = "architectury-api"
}
}

}
Expand Down

0 comments on commit 6265b9a

Please sign in to comment.