fix classloading for mod menu by moving registration methods to OmegaConfigGui class, fix versioning

This commit is contained in:
Draylar
2021-12-20 17:16:02 -06:00
parent 3f7c461689
commit 136cfe6a9a
6 changed files with 39 additions and 42 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ subprojects {
allprojects {
apply plugin: "fabric-loom"
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
version = project.mod_version
version = project.mod_version + "-" + project.minecraft_version
repositories {
maven {