Merge pull request #454 from Tschipp/1.19.2

Fixed shadowing of mixinextras, added french translation
This commit is contained in:
Tschipp 2023-01-26 23:01:59 +01:00 committed by GitHub
commit 7aacc4a524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 7 deletions

View File

@ -13,4 +13,4 @@
"key.carry.desc": "Saisir", "key.carry.desc": "Saisir",
"key.carry.category": "Carry On" "key.carry.category": "Carry On"
} }

View File

@ -119,12 +119,10 @@ repositories {
dependencies { dependencies {
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}" minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
compileOnly project(":Common") compileOnly project(":Common")
minecraftLibrary("com.github.LlamaLad7:MixinExtras:${mixinextras_version}") minecraftLibrary(annotationProcessor(shade(("com.github.LlamaLad7:MixinExtras:${mixinextras_version}"))))
annotationProcessor("com.github.LlamaLad7:MixinExtras:${mixinextras_version}")
//implementation fg.deobf("net.darkhax.gamestages:GameStages-Forge-1.19.2:11.0.2") //implementation fg.deobf("net.darkhax.gamestages:GameStages-Forge-1.19.2:11.0.2")
//implementation fg.deobf("net.darkhax.bookshelf:Bookshelf-Forge-1.19.3:17.0.2") //implementation fg.deobf("net.darkhax.bookshelf:Bookshelf-Forge-1.19.3:17.0.2")
annotationProcessor 'org.spongepowered:mixin:0.8.4-SNAPSHOT:processor' annotationProcessor 'org.spongepowered:mixin:0.8.4-SNAPSHOT:processor'
shade("com.github.LlamaLad7:MixinExtras:${mixinextras_version}")
fileTree("libs").matching { fileTree("libs").matching {
include "*.jar" include "*.jar"
@ -139,9 +137,9 @@ dependencies {
shadowJar { shadowJar {
configurations = [project.configurations.shade] configurations = [project.configurations.shade]
relocate 'com.github.llamalad7.mixinextras', 'tschipp.carryon.shaded.mixinextras' relocate 'com.llamalad7.mixinextras', 'tschipp.carryon.shaded.mixinextras'
finalizedBy 'reobfShadowJar' finalizedBy 'reobfShadowJar'
classifier = "" archiveClassifier = ""
} }
assemble.dependsOn shadowJar assemble.dependsOn shadowJar

View File

@ -1,5 +1,5 @@
# Project # Project
version=2.0.3 version=2.0.4
group=tschipp.carryon group=tschipp.carryon
# Common # Common