mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
23w13a
This commit is contained in:
@@ -7,9 +7,7 @@ on:
|
||||
- '**.properties'
|
||||
- '**/src/**'
|
||||
branches:
|
||||
- "1.19"
|
||||
- "1.19.2"
|
||||
- "1.19.3"
|
||||
- "1.20"
|
||||
types: [ opened, synchronize, reopened ]
|
||||
jobs:
|
||||
validate-gradle:
|
||||
@@ -7,10 +7,7 @@ on:
|
||||
- '**.properties'
|
||||
- '**/src/**'
|
||||
branches:
|
||||
- "1.19"
|
||||
- "1.19.2"
|
||||
- "1.19.3"
|
||||
- "1.19.4"
|
||||
- "1.20"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
norelease:
|
||||
@@ -113,7 +113,7 @@ unifiedPublishing {
|
||||
displayName = "[Fabric $rootProject.supported_version] v$project.version"
|
||||
releaseType = "$rootProject.artifact_type"
|
||||
changelog = releaseChangelog()
|
||||
gameVersions = ["1.19.4"]
|
||||
gameVersions = []
|
||||
gameLoaders = ["fabric", "quilt"]
|
||||
mainPublication renameJarForPublication
|
||||
relations {
|
||||
@@ -128,7 +128,7 @@ unifiedPublishing {
|
||||
curseforge {
|
||||
token = CURSE_API_KEY
|
||||
id = rootProject.curseforge_id
|
||||
gameVersions.addAll "Java 17", "1.19-Snapshot"
|
||||
gameVersions.addAll "Java 17", "1.20-Snapshot"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -138,6 +138,7 @@ unifiedPublishing {
|
||||
token = MODRINTH_TOKEN
|
||||
id = rootProject.modrinth_id
|
||||
version = "$project.version+$project.name"
|
||||
gameVersions.addAll project.minecraft_version
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
},
|
||||
"icon": "icon.png",
|
||||
"depends": {
|
||||
"minecraft": "~1.19.3-",
|
||||
"minecraft": "~1.20-",
|
||||
"fabricloader": ">=0.14.0",
|
||||
"fabric-api": ">=0.66.0"
|
||||
},
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
org.gradle.jvmargs=-Xmx6G
|
||||
org.gradle.daemon=false
|
||||
|
||||
platforms=fabric,forge
|
||||
platforms=fabric
|
||||
|
||||
minecraft_version=1.19.4
|
||||
supported_version=1.19.4
|
||||
minecraft_version=23w13a
|
||||
supported_version=23w13a
|
||||
|
||||
artifact_type=release
|
||||
artifact_type=beta
|
||||
|
||||
archives_base_name=architectury
|
||||
archives_base_name_snapshot=architectury-snapshot
|
||||
base_version=8.1
|
||||
base_version=9.0
|
||||
maven_group=dev.architectury
|
||||
|
||||
fabric_loader_version=0.14.17
|
||||
fabric_api_version=0.76.0+1.19.4
|
||||
fabric_loader_version=0.14.19
|
||||
fabric_api_version=0.76.2+1.20
|
||||
mod_menu_version=5.0.2
|
||||
|
||||
forge_version=45.0.24
|
||||
|
||||
@@ -13,9 +13,9 @@ if (JavaVersion.current().ordinal() + 1 < 17) {
|
||||
|
||||
include("common")
|
||||
include("fabric")
|
||||
include("forge")
|
||||
//include("forge")
|
||||
include("testmod-common")
|
||||
include("testmod-fabric")
|
||||
include("testmod-forge")
|
||||
//include("testmod-forge")
|
||||
|
||||
rootProject.name = "architectury"
|
||||
|
||||
Reference in New Issue
Block a user