Added spell check for smithing table
This commit is contained in:
@@ -129,6 +129,12 @@ public abstract class Spell extends EcoEnchant {
|
||||
|| event.getClickedBlock().getType() == Material.FURNACE) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (Prerequisite.MINIMUM_1_16.isMet()) {
|
||||
if (event.getClickedBlock().getType() == Material.SMITHING_TABLE) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (cooldown > 0) {
|
||||
|
||||
Reference in New Issue
Block a user