Fixed minecart crash
This commit is contained in:
parent
dcc3fcea50
commit
15a43ea47a
@ -6,13 +6,6 @@ public abstract class MinecartWatcher extends FlagWatcher {
|
|||||||
|
|
||||||
public MinecartWatcher(int entityId) {
|
public MinecartWatcher(int entityId) {
|
||||||
super(entityId);
|
super(entityId);
|
||||||
setValue(16, (byte) 0);
|
|
||||||
setValue(17, 0);
|
|
||||||
setValue(18, 1);
|
|
||||||
setValue(19, 0);
|
|
||||||
setValue(20, 0);
|
|
||||||
setValue(21, 6);
|
|
||||||
setValue(22, (byte) 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user