Apply suggestions from code review

implemented ivy's suggestions

Co-authored-by: AstroSquared <sys@ivycollective.dev>
This commit is contained in:
XTerPL 2025-02-01 01:00:55 +01:00 committed by GitHub
parent f234d3363c
commit 772b3ce96c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -40,7 +40,7 @@ public class FlameTouchEnchantment extends CustomSingleLeveledEnchantment {
@Override
public AltarRecipe getRecipe() {
return new AltarRecipe(3,1, 4, 16, new MaterialItemPredicate(Material.BLAZE_POWDER));
return new AltarRecipe(3, 1, 4, 16, new MaterialItemPredicate(Material.BLAZE_POWDER));
}
@Override

View file

@ -82,7 +82,6 @@ public interface EnchantmentWrapper {
return null;
}
//int maxLevelAvailableInAltar(int altarTier);
ItemStack getPreIcon();