[BUG] Trying to fix RPC on Mac M1

This commit is contained in:
2023-07-31 01:36:45 +02:00
parent 661ce53c72
commit 2ec9f9cb00
8 changed files with 3 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ dependencies {
minecraft "com.mojang:minecraft:${minecraft_version}"
mappings loom.officialMojangMappings()
compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.5'
implementation "com.hypherionmc:rpcsdk:1.0"
}
processResources {