Skip to content

Commit

Permalink
null comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Jan 29, 2024
1 parent 886fb30 commit 9c84253
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public class InventoryTabsConfig extends WrappedConfig {
@Comment("")
@Comment("Manually set the left bound offset for a given screen")
@Comment("Positive values expand the left boundary, allowing more tabs to be drawn")
@Comment("null means the player inventory")
@Comment("")
public final Map<String, Integer> leftBoundOffsetOverride = ValueMap.builder(0).put("null", 0).build();

Expand All @@ -57,6 +58,7 @@ public class InventoryTabsConfig extends WrappedConfig {
@Comment("")
@Comment("Manually set the right bound offset for a given screen")
@Comment("Positive values expand the right boundary, allowing more tabs to be drawn")
@Comment("null means the player inventory")
@Comment("")
public final Map<String, Integer> rightBoundOffsetOverride = ValueMap.builder(0).put("null", 0).build();

Expand Down

0 comments on commit 9c84253

Please sign in to comment.