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

@@ -16,7 +16,12 @@ neoForge {
}
}
repositories {
maven { url "https://maven.shedaniel.me/" }
}
dependencies {
compileOnly "me.shedaniel.cloth:cloth-config-neoforge:18.0.145"
compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.5'
// fabric and neoforge both bundle mixinextras, so it is safe to use it in common
compileOnly group: 'io.github.llamalad7', name: 'mixinextras-common', version: '0.3.5'