Initial commit

This commit is contained in:
2024-10-12 14:34:11 +02:00
parent 84e394e189
commit 5c9cca5519
7 changed files with 653 additions and 2 deletions

View File

@@ -135,6 +135,8 @@ repositories {
}
dependencies {
implementation 'org.jetbrains:annotations:22.0.0'
minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}"
@@ -144,6 +146,9 @@ dependencies {
implementation fg.deobf("curse.maven:jade-324717:${jade_id}")
if (System.getProperty('idea.sync.active') != 'true') {
annotationProcessor "org.spongepowered:mixin:${mixin_version}:processor"
}
}
// This block of code expands all declared replace properties in the specified resource targets.