Skip to content

Commit

Permalink
use frozenlib 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Feb 2, 2024
1 parent d085d0e commit 6ebd94b
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
Expand Up @@ -28,7 +28,7 @@
fabric_api_version=0.95.4+1.20.5
mixin_extras_version=0.3.2
fabric_asm_version=v2.3
frozenlib_version=1.5.4-mc23w51a
frozenlib_version=1.6-mc24w05b

# External Mods
betterend_version=3.1.2
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fun localRepository(repo: String, dependencySub: String, kotlin: Boolean) {

val github = System.getenv("GITHUB_ACTIONS") == "true"

val allowLocalRepoUse = true
val allowLocalRepoUse = false
val allowLocalRepoInConsoleMode = true

val androidInjectedInvokedFromIde by extra("android.injected.invoked.from.ide")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@

package net.frozenblock.wilderwild.config;

import blue.endless.jankson.Comment;
import net.frozenblock.lib.config.api.instance.Config;
import net.frozenblock.lib.config.api.instance.json.JsonConfig;
import net.frozenblock.lib.config.api.instance.json.JsonType;
import net.frozenblock.lib.config.api.registry.ConfigRegistry;
import net.frozenblock.lib.shadow.blue.endless.jankson.Comment;
import static net.frozenblock.wilderwild.misc.WilderSharedConstants.MOD_ID;
import static net.frozenblock.wilderwild.misc.WilderSharedConstants.configPath;

Expand Down

0 comments on commit 6ebd94b

Please sign in to comment.