ported and updated cloth /config and added basic ram allocation checking

This commit is contained in:
2025-06-21 00:02:04 +02:00
parent 6ef9b2f71a
commit 8f07d36dfd
17 changed files with 121 additions and 33 deletions

View File

@@ -2,6 +2,10 @@ plugins {
id 'multiloader-loader'
id 'fabric-loom'
}
repositories {
maven { url "https://maven.shedaniel.me/" }
maven { url "https://maven.terraformersmc.com/releases/" }
}
dependencies {
minecraft "com.mojang:minecraft:${minecraft_version}"
mappings loom.layered {
@@ -10,6 +14,10 @@ dependencies {
}
modImplementation "net.fabricmc:fabric-loader:${fabric_loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_version}"
implementation 'com.moandjiezana.toml:toml4j:0.7.2'
modApi("me.shedaniel.cloth:cloth-config-fabric:18.0.145") {
exclude(group: "net.fabricmc.fabric-api")
}
}
loom {