From 29e8a2640541e6dca6a9086f90d705c8d8f63ce9 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 28 Nov 2020 14:49:43 +0100 Subject: [PATCH] Fix NoteBlock Double Activation --- BauSystem_API/src/de/steamwar/bausystem/world/Detoloader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_API/src/de/steamwar/bausystem/world/Detoloader.java b/BauSystem_API/src/de/steamwar/bausystem/world/Detoloader.java index 4e1401a..00c5363 100644 --- a/BauSystem_API/src/de/steamwar/bausystem/world/Detoloader.java +++ b/BauSystem_API/src/de/steamwar/bausystem/world/Detoloader.java @@ -82,6 +82,6 @@ public class Detoloader { public static final int STONE_BUTTON = 20; public static final int WOODEN_BUTTON = 30; public static final int PRESSURE_PLATE = 20; - public static final int NOTE_BLOCK = 20; + public static final int NOTE_BLOCK = 1; public static final int TRIPWIRE = 10; } -- 2.39.5