在重新加载时正确显示Type63装载弹药
This commit is contained in:
parent
8aa9a0d528
commit
24b04c1176
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ public class Type63Entity extends ContainerMobileVehicleEntity implements GeoEnt
|
||||||
super.readAdditionalSaveData(compound);
|
super.readAdditionalSaveData(compound);
|
||||||
this.entityData.set(PITCH, compound.getFloat("Pitch"));
|
this.entityData.set(PITCH, compound.getFloat("Pitch"));
|
||||||
this.entityData.set(YAW, compound.getFloat("Yaw"));
|
this.entityData.set(YAW, compound.getFloat("Yaw"));
|
||||||
|
setChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue