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

@@ -3,6 +3,16 @@ plugins {
id 'net.neoforged.moddev'
}
repositories {
mavenCentral()
maven { url "https://maven.shedaniel.me/" }
}
dependencies {
implementation 'com.moandjiezana.toml:toml4j:0.7.2'
implementation "me.shedaniel.cloth:cloth-config-neoforge:18.0.145"
}
neoForge {
version = neoforge_version
// Automatically enable neoforge AccessTransformers if the file exists