blacklist add enchanting table

This commit is contained in:
blockparole 2020-01-13 00:34:40 +01:00
parent 5ce628e1e7
commit d0f11b3a4b
1 changed files with 3 additions and 2 deletions

View File

@ -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(