Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Apr 19, 2024
1 parent c623b54 commit ea15fbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* OR OTHER DEALINGS IN THE SOFTWARE.
*/
/**
* @deprecated level components are a legacy feature
* @deprecated level components are a legacy feature that has been superseded by scoreboard components
*/
@Deprecated(since = "6.0.0")
@MethodsReturnNonnullByDefault
Expand Down
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ org.gradle.parallel=true
fabric.loom.multiProjectOptimisation=true

#see https://fabricmc.net/develop/
minecraft_version=1.20.5-pre1
yarn_mappings=5
loader_version=0.15.9
minecraft_version=1.20.5-rc2
yarn_mappings=1
loader_version=0.15.10
#Fabric api
fabric_api_version=0.96.15+1.20.5
fabric_api_version=0.97.3+1.20.5

elmendorf_version=0.12.0-SNAPSHOT

#Publishing
mod_version = 6.0.0-alpha.1
mod_version = 6.0.0-beta.1
curseforge_id = 318449
modrinth_id = K01OU20C
curseforge_versions = 1.20.5
modrinth_versions = 1.20.5
release_type = release
curseforge_versions = 1.20.5-Snapshot
modrinth_versions = 1.20.5-rc2
release_type = beta
display_name = Cardinal-Components-API
owners = Ladysnake

Expand Down

0 comments on commit ea15fbe

Please sign in to comment.