diff --git a/BauSystem_API/src/de/steamwar/bausystem/features/detonator/Detoblock.java b/BauSystem_API/src/de/steamwar/bausystem/features/detonator/Detoblock.java index f14d8d88..d9c4e14d 100644 --- a/BauSystem_API/src/de/steamwar/bausystem/features/detonator/Detoblock.java +++ b/BauSystem_API/src/de/steamwar/bausystem/features/detonator/Detoblock.java @@ -35,6 +35,7 @@ public enum Detoblock { TRIPWIRE(30, "DETONATOR_BUTTON_TRIPWIRE"), NOTEBLOCK(1, "DETONATOR_BUTTON_NOTEBLOCK"), DAYLIGHTSENSOR(0, true, "DETONATOR_BUTTON_DAYLIGHTSENSOR"), + POWERABLE(0, true, "DETONATOR_BUTTON_POWERABLE"), INVALID(-1, "DETONATOR_BUTTON_INVALID"); private final int time; diff --git a/BauSystem_Main/src/BauSystem.properties b/BauSystem_Main/src/BauSystem.properties index 24fa166a..a9e4444f 100644 --- a/BauSystem_Main/src/BauSystem.properties +++ b/BauSystem_Main/src/BauSystem.properties @@ -139,6 +139,7 @@ DETONATOR_BUTTON_WEIGHTED-PRESSURE-PLATE = Druckplatte DETONATOR_BUTTON_TRIPWIRE = Tripwire DETONATOR_BUTTON_NOTEBLOCK = Noteblock DETONATOR_BUTTON_DAYLIGHTSENSOR = Tageslichtsensor +DETONATOR_BUTTON_POWERABLE = Aktivierbarer Block DETONATOR_BUTTON_INVALID = Invalider # Hotbar