mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-02-04 09:50:16 +00:00
Fix bug where turtle drops inventory when moving (#1276)
This commit is contained in:
@@ -67,7 +67,7 @@ public class TurtleBlockEntity extends AbstractComputerBlockEntity implements Ba
|
||||
super(type, pos, state, family);
|
||||
}
|
||||
|
||||
private boolean hasMoved() {
|
||||
boolean hasMoved() {
|
||||
return moveState == MoveState.MOVED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user