Skip to content

Commit

Permalink
1.21-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jab125 committed Jun 2, 2024
1 parent 7f76087 commit 1bab1b8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"icon": "icon.png",
"depends": {
"minecraft": "~1.20.6-",
"minecraft": "~1.21-",
"fabricloader": ">=0.15.11",
"fabric-api": ">=0.99.0"
"fabric-api": ">=0.99.2"
},
"breaks": {
"optifabric": "<1.13.0"
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ org.gradle.daemon=false

platforms=fabric,neoforge

minecraft_version=1.20.6
supported_version=1.20.6
minecraft_version=1.21-pre1
supported_version=1.21-pre1

artifact_type=release
artifact_type=beta

archives_base_name=architectury
archives_base_name_snapshot=architectury-snapshot
base_version=12.1
base_version=13.0
maven_group=dev.architectury
version_suffix=

fabric_loader_version=0.15.11
fabric_api_version=0.99.0+1.20.6
fabric_api_version=0.99.2+1.21
mod_menu_version=10.0.0-beta.1

forge_version=50.0.31
neoforge_version=20.6.98-beta
forge_version=51.0.0
neoforge_version=20.7.0-beta

# Set to empty if not snapshots
neoforge_pr=
Expand Down
2 changes: 1 addition & 1 deletion neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ unifiedPublishing {
displayName = "[NeoForge $rootProject.supported_version] v$project.version"
releaseType = "$rootProject.artifact_type"
changelog = releaseChangelog()
gameVersions = ["1.20.6"]
gameVersions = ["1.21-pre1"]
gameLoaders = ["neoforge"]
mainPublication renameJarForPublication

Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ include("common")
include("fabric")
//include("forge")
//include("minecraftforge")
include("neoforge")
//include("neoforge")
include("testmod-common")
include("testmod-fabric")
//include("testmod-forge")
include("testmod-neoforge")
//include("testmod-neoforge")

rootProject.name = "architectury"

0 comments on commit 1bab1b8

Please sign in to comment.