1.21 Fabric (#8)

Prep for release of version 1.1.0 (MC 1.21 for Fabric only)
This commit is contained in:
2024-08-09 14:24:09 +12:00
committed by GitHub
parent 9390eb3881
commit e1566f6c5b
13 changed files with 38 additions and 81 deletions

View File

@@ -1,27 +1,30 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
# Kotlin
kotlin.code.style=official
# Minecraft Properties
minecraft_version=1.20.1
minecraft_base=1.20.0
yarn_mappings=1.20.1+build.8
minecraft_version=1.21
minecraft_base=1.21
yarn_mappings=1.21+build.7
# Architectury Properties
enabled_platforms=fabric,forge
# Mod Properties
mod_version = 1.0.1
mod_version = 1.1.0
mod_id = weatherchanger
maven_group = me.lucaslah.weatherchanger
archives_base_name = weather-changer
# Release Properties
# options: none,alpha,beta,release
release_channel=none
# options: alpha,beta,release
release_channel=release
# Fabric
fabric.loader_version=0.14.21
fabric.version=0.84.0+1.20.1
fabric.loader_version=0.15.11
fabric.version=0.100.1+1.21
# Forge
forge.version=1.20.1-47.0.3
forge.version=1.21-51.0.21