Skip to content

Commit

Permalink
Use published FrozenLib
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Jun 13, 2024
1 parent f31c64c commit 378fc38
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 @@
# Dependencies
fabric_api_version=0.100.0+1.20.6
fabric_asm_version=v2.3
frozenlib_version=1.7.2-mc1.20.6
frozenlib_version=1.7.3-mc1.20.6

# 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.WilderSharedConstants.MOD_ID;
import static net.frozenblock.wilderwild.WilderSharedConstants.configPath;

Expand Down

0 comments on commit 378fc38

Please sign in to comment.