Skip to content

Commit

Permalink
fix: tweak slot hint color and tooltip of pattern in your inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jan 11, 2025
1 parent 9e36dad commit a3180b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public enum AutocraftableResourceHint {
AUTOCRAFTABLE(0x80FFA500),
PATTERN_IN_INVENTORY(0x7FFFFFFF);
PATTERN_IN_INVENTORY(0x3FFFA500);

private final int color;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"gui.refinedstorage.grid.resource_type.all": "All",
"gui.refinedstorage.grid.craft": "Craft",
"gui.refinedstorage.grid.autocraftable": "This resource is autocraftable",
"gui.refinedstorage.grid.pattern_in_inventory": "This resource has a pattern in your inventory.",
"gui.refinedstorage.grid.pattern_in_inventory": "There is a pattern in your inventory for this resource.",
"gui.refinedstorage.grid.click_to_autocraft": "Click to autocraft",
"gui.refinedstorage.grid.ctrl_click_to_autocraft": "CTRL + click to autocraft",
"gui.refinedstorage.grid.search_help": "Search through resources in storage.",
Expand Down

0 comments on commit a3180b1

Please sign in to comment.