Fix Detoblock
Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
1c2353fab2
Commit
bb32c5ab0b
@ -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;
|
||||
|
@ -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
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren