Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
6c3ea5ccc7
Commit
cf46465cfd
@ -32,7 +32,7 @@ public class PreviewEntityShowMode extends FactoredEntityShowMode {
|
||||
|
||||
@Override
|
||||
public void show(TNTPosition position) {
|
||||
if (position.getVelocity().lengthSquared() < 1) {
|
||||
if (position.getVelocity().lengthSquared() < 0.5) {
|
||||
return;
|
||||
}
|
||||
super.show(position);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren