Skip to content

Commit

Permalink
Add Crafted Template outline to Smithing Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Noaaan committed Mar 1, 2025
1 parent c5508a2 commit 7051577
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public SmithingScreenMixin(SmithingScreenHandler handler, PlayerInventory player
private static void mythicmetals$attachMoreTextures(CallbackInfo ci) {
var list = new ArrayList<>(EMPTY_SLOT_TEXTURES);
list.add(RegistryHelper.id("item/template/empty_slot_midas_template"));
list.add(RegistryHelper.id("item/template/empty_slot_crafted_template"));
EMPTY_SLOT_TEXTURES = list;
}

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7051577

Please sign in to comment.