Add Repeater, Comparator and Lectern to interact method #398
@ -244,6 +244,8 @@ public abstract class AI {
|
|||||||
block.setBlockData(powerable);
|
block.setBlockData(powerable);
|
||||||
}, type.name().endsWith("STONE_BUTTON") ? 20 : 30);
|
}, type.name().endsWith("STONE_BUTTON") ? 20 : 30);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
powerable.setPowered(!isPowered);
|
||||||
}
|
}
|
||||||
block.setBlockData(data);
|
block.setBlockData(data);
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren