mirror of
https://github.com/Aizistral-Studios/No-Chat-Restrictions.git
synced 2026-02-04 05:38:24 +00:00
Update Mixin stuff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "com.aizistral.nochatrestrictions.mixins",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"minVersion": "0.8",
|
||||
"mixins": [],
|
||||
"client": [
|
||||
|
||||
@@ -12,7 +12,7 @@ buildscript {
|
||||
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true
|
||||
classpath 'gradle.plugin.com.matthewprenger:CurseGradle:1.4.0'
|
||||
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 {
|
||||
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.guava:guava:21.0'
|
||||
annotationProcessor 'org.ow2.asm:asm-tree:7.2'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"required": true,
|
||||
"package": "com.aizistral.nochatrestrictions.mixins",
|
||||
"compatibilityLevel": "JAVA_8",
|
||||
"compatibilityLevel": "JAVA_16",
|
||||
"minVersion": "0.8",
|
||||
"refmap": "nochatrestrictions.refmap.json",
|
||||
"mixins": [],
|
||||
|
||||
Reference in New Issue
Block a user