mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-02-04 05:38:24 +00:00
Update all deps and versions for 1.20.6
This commit is contained in:
@@ -40,7 +40,7 @@ processResources {
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
it.options.release = 17
|
||||
it.options.release = 21
|
||||
}
|
||||
|
||||
java {
|
||||
@@ -49,8 +49,8 @@ java {
|
||||
// If you remove this line, sources will not be generated.
|
||||
withSourcesJar()
|
||||
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
targetCompatibility = JavaVersion.VERSION_21
|
||||
}
|
||||
|
||||
jar {
|
||||
@@ -68,10 +68,10 @@ curseforge {
|
||||
changelog = file('../CHANGELOG.md')
|
||||
mainArtifact(remapJar)
|
||||
|
||||
addGameVersion '1.20.4'
|
||||
addGameVersion '1.20.3'
|
||||
addGameVersion '1.20.6'
|
||||
addGameVersion '1.20.5'
|
||||
addGameVersion 'Fabric'
|
||||
addGameVersion 'Java 17'
|
||||
addGameVersion 'Java 21'
|
||||
|
||||
relations {
|
||||
requiredDependency 'fabric-api'
|
||||
@@ -87,7 +87,7 @@ modrinth {
|
||||
versionType = "release"
|
||||
changelog = rootProject.file("../CHANGELOG.md").text
|
||||
uploadFile = remapJar
|
||||
gameVersions = [ '1.20.4', '1.20.3' ]
|
||||
gameVersions = [ '1.20.6', '1.20.5' ]
|
||||
loaders = [ 'fabric' ]
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -7,14 +7,14 @@ org.gradle.configuration-cache=false
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.20.4
|
||||
minecraft_version=1.20.6
|
||||
loader_version=0.18.4
|
||||
loom_version=1.13-SNAPSHOT
|
||||
|
||||
# Mod Properties
|
||||
mod_version=Fabric-MC1.20.4-v1.0.0
|
||||
mod_version=Fabric-MC1.20.6-v1.0.0
|
||||
maven_group=com.aizistral.nochatrestrictions
|
||||
archives_base_name=NoChatRestrictions
|
||||
|
||||
# Dependencies
|
||||
fabric_api_version=0.97.3+1.20.4
|
||||
fabric_api_version=0.100.8+1.20.6
|
||||
@@ -25,8 +25,8 @@
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.16",
|
||||
"minecraft": ">=1.20.3 <=1.20.4",
|
||||
"java": ">=17",
|
||||
"minecraft": ">=1.20.5 <=1.20.6",
|
||||
"java": ">=21",
|
||||
"fabric": "*"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "com.aizistral.nochatrestrictions.mixins",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"compatibilityLevel": "JAVA_21",
|
||||
"minVersion": "0.8",
|
||||
"mixins": [],
|
||||
"client": [
|
||||
|
||||
Reference in New Issue
Block a user