mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-12-24 20:07:34 +01:00
Added more items to spell blacklist
This commit is contained in:
parent
133d730260
commit
358d3434b7
@ -61,7 +61,16 @@ public abstract class Spell extends EcoEnchant {
|
||||
Material.ITEM_FRAME,
|
||||
Material.CHEST,
|
||||
Material.BARREL,
|
||||
Material.BEACON
|
||||
Material.BEACON,
|
||||
Material.LECTERN,
|
||||
Material.FLETCHING_TABLE,
|
||||
Material.SMITHING_TABLE,
|
||||
Material.STONECUTTER,
|
||||
Material.SMOKER,
|
||||
Material.BLAST_FURNACE,
|
||||
Material.BREWING_STAND,
|
||||
Material.DISPENSER,
|
||||
Material.DROPPER
|
||||
));
|
||||
|
||||
static {
|
||||
|
Loading…
Reference in New Issue
Block a user