Skip to content

Commit

Permalink
1.5.0 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkerr committed Aug 27, 2023
1 parent ce35523 commit 5521b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/fwloopins/tabby/mixin/TabSizeMixin.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ public abstract class TabSizeMixin {
@Shadow @Final private MinecraftClient client;
@Shadow public abstract void setFooter(@Nullable Text footer);
@Shadow public abstract void setHeader(@Nullable Text header);
@Unique
TabbyConfig config = AutoConfig.getConfigHolder(TabbyConfig.class).getConfig();
@Unique TabbyConfig config = AutoConfig.getConfigHolder(TabbyConfig.class).getConfig();

@ModifyConstant(constant = @Constant(longValue = 80L), method = "collectPlayerEntries")
private long modifyCount(long count) {
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 @@ -33,7 +33,7 @@
"depends": {
"fabricloader": ">=0.14.17",
"fabric-api": "*",
"minecraft": "~1.20.1",
"minecraft": "~1.19.3",
"java": ">=17"
},
"custom": {
Expand Down

0 comments on commit 5521b9b

Please sign in to comment.