Skip to content

Commit

Permalink
fix: fix issue with templates v2
Browse files Browse the repository at this point in the history
  • Loading branch information
AverageGithub committed Feb 17, 2024
1 parent b06b4e7 commit f5bdb77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ private boolean isTemplate(ItemStack item) {
RIB_ARMOR_TRIM_SMITHING_TEMPLATE, SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE,
SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE, TIDE_ARMOR_TRIM_SMITHING_TEMPLATE,
VEX_ARMOR_TRIM_SMITHING_TEMPLATE, WARD_ARMOR_TRIM_SMITHING_TEMPLATE,
WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE -> true;
WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE, NETHERITE_UPGRADE_SMITHING_TEMPLATE -> true;
default -> false;
};
}
Expand Down

0 comments on commit f5bdb77

Please sign in to comment.