mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-12-25 20:17:38 +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.ITEM_FRAME,
|
||||||
Material.CHEST,
|
Material.CHEST,
|
||||||
Material.BARREL,
|
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 {
|
static {
|
||||||
|
Loading…
Reference in New Issue
Block a user