Merge pull request 'Fix NoteBlock Double Activation' (#124) from fix-noteblock-double-activation into master
Reviewed-by: Lixfel <lixfel@steamwar.de>
Dieser Commit ist enthalten in:
Commit
a5869300ef
@ -82,6 +82,6 @@ public class Detoloader {
|
|||||||
public static final int STONE_BUTTON = 20;
|
public static final int STONE_BUTTON = 20;
|
||||||
public static final int WOODEN_BUTTON = 30;
|
public static final int WOODEN_BUTTON = 30;
|
||||||
public static final int PRESSURE_PLATE = 20;
|
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;
|
public static final int TRIPWIRE = 10;
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren