mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-15 15:03:40 +01:00
Post-serialisation invalidation
- Fixed Contraptions eternally stalling when loaded back from a temporarily stalled state
This commit is contained in:
parent
386a6f698b
commit
5ee4e61c27
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ public class MovementContext {
|
|||
nbt.put("Position", VecHelper.writeNBT(position));
|
||||
nbt.putBoolean("Stall", stall);
|
||||
nbt.putBoolean("FirstMovement", firstMovement);
|
||||
nbt.put("Data", data);
|
||||
nbt.put("Data", data.copy());
|
||||
return nbt;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue