Merge pull request #165 from blockparole/blockblacklist-patch

blacklist add enchanting table
This commit is contained in:
Ridan Vandenbergh 2020-01-15 16:31:13 +01:00 committed by GitHub
commit 550f4339fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
* Last Updated 16 June 2019 by hub
* Last Updated 12 January 2019 by hub
*/
public class BlockInteractionHelper {
@ -31,7 +31,8 @@ public class BlockInteractionHelper {
Blocks.HOPPER,
Blocks.DROPPER,
Blocks.DISPENSER,
Blocks.TRAPDOOR
Blocks.TRAPDOOR,
Blocks.ENCHANTING_TABLE
);
public static final List<Block> shulkerList = Arrays.asList(