forked from RepoMirrors/kami-blue
blacklist add enchanting table
This commit is contained in:
parent
5ce628e1e7
commit
d0f11b3a4b
|
@ -17,7 +17,7 @@ import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by hub on 15 June 2019
|
* Created by hub on 15 June 2019
|
||||||
* Last Updated 16 June 2019 by hub
|
* Last Updated 12 January 2019 by hub
|
||||||
*/
|
*/
|
||||||
public class BlockInteractionHelper {
|
public class BlockInteractionHelper {
|
||||||
|
|
||||||
|
@ -31,7 +31,8 @@ public class BlockInteractionHelper {
|
||||||
Blocks.HOPPER,
|
Blocks.HOPPER,
|
||||||
Blocks.DROPPER,
|
Blocks.DROPPER,
|
||||||
Blocks.DISPENSER,
|
Blocks.DISPENSER,
|
||||||
Blocks.TRAPDOOR
|
Blocks.TRAPDOOR,
|
||||||
|
Blocks.ENCHANTING_TABLE
|
||||||
);
|
);
|
||||||
|
|
||||||
public static final List<Block> shulkerList = Arrays.asList(
|
public static final List<Block> shulkerList = Arrays.asList(
|
||||||
|
|
Loading…
Reference in New Issue