Skip to content

Commit

Permalink
Fix bug of fluxia not loaded in '1.0.0-alpha7'.
Browse files Browse the repository at this point in the history
  • Loading branch information
cao-awa committed Dec 17, 2024
1 parent a924ab7 commit 62bff6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx4G
# Mod Properties
mod_version = 1.0.0-alpha7
mod_version = 1.0.0-alpha7-fix
maven_group = com.github.cao.awa
archives_base_name = conium
# Fabric Properties
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/cao/awa/conium/Conium.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Conium : ModInitializer {
val isClient: Boolean get() = ConiumClient.initialized

@JvmField
var VERSION = "1.0.0-alpha7"
var VERSION = "1.0.0-alpha7-fix"

@JvmField
var STRUCTURING_TRANSLATOR_VERSION: String = StructuringTranslator.getVersion()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"jars": [
{
"file": "META-INF/jars/fluxia-1.0.10.jar"
"file": "META-INF/jars/fluxia-1.1.0-fix2.jar"
}
]
}

0 comments on commit 62bff6a

Please sign in to comment.