Skip to content

Commit

Permalink
fix connector
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Jan 6, 2024
1 parent e1b41a9 commit 22d668b
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 @@ -7,6 +7,6 @@ org.gradle.configureondemand=true
# Enable advanced multi-module optimizations (share tiny-remaper instance between projects)
fabric.loom.multiProjectOptimisation=true
# Mod Properties
baseVersion = 1.1.3
baseVersion = 1.1.4
defaultBranch = 1.20
branch = 1.20
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ githubRelease = "2.4.1"
minotaur = "2.6.0"

mc = "1.20.1"
fl = "0.15.1"
fl = "0.15.0"
yarn = "1.20.1+build.10"
fapi = "0.83.0+1.20.1"
kaleidoConfig = "0.1.1+1.1.0-beta.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@SuppressWarnings("deprecation")
public class InventoryTabsPlugin implements IMixinConfigPlugin {
public static final List<String> FORGE_BANNED_MIXINS = List.of(
"folk.sisby.inventory_tabs.mixin.MixinKeyBind"
"folk.sisby.inventory_tabs.mixin.MixinKeyBinding"
);

@Override
Expand Down

0 comments on commit 22d668b

Please sign in to comment.