mirror of
https://github.com/BlazingGames/blazing-games-plugin.git
synced 2025-02-03 21:26:41 -05:00
Apply suggestions from code review
implemented ivy's suggestions Co-authored-by: AstroSquared <sys@ivycollective.dev>
This commit is contained in:
parent
f234d3363c
commit
772b3ce96c
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -82,7 +82,6 @@ public interface EnchantmentWrapper {
|
|||
return null;
|
||||
}
|
||||
|
||||
//int maxLevelAvailableInAltar(int altarTier);
|
||||
|
||||
ItemStack getPreIcon();
|
||||
|
||||
|
|
Loading…
Reference in a new issue