ported and updated cloth /config and added basic ram allocation checking
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user