From d0f11b3a4b70f4fc1eb817b7a5ea6546211cead5 Mon Sep 17 00:00:00 2001 From: blockparole <48992448+blockparole@users.noreply.github.com> Date: Mon, 13 Jan 2020 00:34:40 +0100 Subject: [PATCH] blacklist add enchanting table --- .../me/zeroeightsix/kami/util/BlockInteractionHelper.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/me/zeroeightsix/kami/util/BlockInteractionHelper.java b/src/main/java/me/zeroeightsix/kami/util/BlockInteractionHelper.java index e7150b054..3d95ef7ec 100644 --- a/src/main/java/me/zeroeightsix/kami/util/BlockInteractionHelper.java +++ b/src/main/java/me/zeroeightsix/kami/util/BlockInteractionHelper.java @@ -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 shulkerList = Arrays.asList(