Update Mixin stuff

This commit is contained in:
Aizistral
2026-01-26 19:58:12 +01:00
parent 43b8a967f5
commit 862086c801
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"required": true, "required": true,
"package": "com.aizistral.nochatrestrictions.mixins", "package": "com.aizistral.nochatrestrictions.mixins",
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_16",
"minVersion": "0.8", "minVersion": "0.8",
"mixins": [], "mixins": [],
"client": [ "client": [

View File

@@ -12,7 +12,7 @@ buildscript {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true
classpath 'gradle.plugin.com.matthewprenger:CurseGradle:1.4.0' classpath 'gradle.plugin.com.matthewprenger:CurseGradle:1.4.0'
classpath 'com.modrinth.minotaur:com.modrinth.minotaur.gradle.plugin:2.8.10' classpath 'com.modrinth.minotaur:com.modrinth.minotaur.gradle.plugin:2.8.10'
classpath 'org.spongepowered:mixingradle:0.7-SNAPSHOT' classpath group: 'org.spongepowered', name: 'mixingradle', version: '0.7-SNAPSHOT'
} }
} }
@@ -79,7 +79,7 @@ repositories {
dependencies { dependencies {
minecraft 'net.minecraftforge:forge:1.17.1-37.1.1' minecraft 'net.minecraftforge:forge:1.17.1-37.1.1'
annotationProcessor 'org.spongepowered:mixin:0.8' annotationProcessor 'org.spongepowered:mixin:0.8.4:processor'
annotationProcessor 'com.google.code.gson:gson:2.8.0' annotationProcessor 'com.google.code.gson:gson:2.8.0'
annotationProcessor 'com.google.guava:guava:21.0' annotationProcessor 'com.google.guava:guava:21.0'
annotationProcessor 'org.ow2.asm:asm-tree:7.2' annotationProcessor 'org.ow2.asm:asm-tree:7.2'

View File

@@ -1,7 +1,7 @@
{ {
"required": true, "required": true,
"package": "com.aizistral.nochatrestrictions.mixins", "package": "com.aizistral.nochatrestrictions.mixins",
"compatibilityLevel": "JAVA_8", "compatibilityLevel": "JAVA_16",
"minVersion": "0.8", "minVersion": "0.8",
"refmap": "nochatrestrictions.refmap.json", "refmap": "nochatrestrictions.refmap.json",
"mixins": [], "mixins": [],