use case insensitive names in config
This commit is contained in:
@@ -2,7 +2,7 @@ apply plugin: "net.minecraftforge.gradle.forge"
|
|||||||
apply plugin: 'kotlin'
|
apply plugin: 'kotlin'
|
||||||
|
|
||||||
group = 'com.github.octarine-noise'
|
group = 'com.github.octarine-noise'
|
||||||
version = "2.0.12b"
|
version = "2.0.13"
|
||||||
archivesBaseName = rootProject.name + '-MC1.9.4'
|
archivesBaseName = rootProject.name + '-MC1.9.4'
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ object BetterFoliageMod {
|
|||||||
@Mod.EventHandler
|
@Mod.EventHandler
|
||||||
fun preInit(event: FMLPreInitializationEvent) {
|
fun preInit(event: FMLPreInitializationEvent) {
|
||||||
log = event.modLog
|
log = event.modLog
|
||||||
config = Configuration(event.suggestedConfigurationFile, null, true)
|
config = Configuration(event.suggestedConfigurationFile, null, false)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user