This commit is contained in:
2023-11-21 13:11:43 +08:00
parent 6f2feee04c
commit 3be969730a
2 changed files with 7 additions and 2 deletions

View File

@@ -11,6 +11,11 @@ repositories {
mavenCentral()
}
configurations {
embed
compile.extendsFrom(embed)
}
dependencies {
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
@@ -19,7 +24,7 @@ dependencies {
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation("net.fabricmc:fabric-language-kotlin:1.9.6+kotlin.1.8.22")
implementation 'it.unimi.dsi:fastutil:8.5.12'
embed(api("it.unimi.dsi:fastutil:8.5.12"))
}
processResources {

View File

@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx2G
loader_version=0.14.23
# Mod Properties
mod_version = 0.1.0
mod_version = 0.1.1-fix2
maven_group = cn.rtast
archives_base_name = RMC