1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-27 23:53:21 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared/turtle/core
SquidDev 11e4d0de82 Fix turtle peripherals becoming desynced
When a turtle was unloaded but not actually disposed of, the
m_peripheral map hangs around. As a result, when creating a new
ServerComputer, the peripherals aren't considered changed and so they're
never attached.

Fixes #50.

Also fix that blumin' deprecated method which has been around for a wee
while now.
2019-02-18 23:28:51 +00:00
..
InteractDirection.java Happy new year! 2019-01-01 01:10:18 +00:00
MoveDirection.java Happy new year! 2019-01-01 01:10:18 +00:00
TurnDirection.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleBrain.java Fix turtle peripherals becoming desynced 2019-02-18 23:28:51 +00:00
TurtleCommandQueueEntry.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleCompareCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleCompareToCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleCraftCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleDetectCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleDropCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleEquipCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleInspectCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleMoveCommand.java Make entity in bounds selectors more restrictive 2019-01-03 22:20:50 +00:00
TurtlePlaceCommand.java Utilise @Mod.EventBusSubscriber a little more 2019-01-12 16:27:40 +00:00
TurtlePlayer.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleRefuelCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleSuckCommand.java Make entity in bounds selectors more restrictive 2019-01-03 22:20:50 +00:00
TurtleToolCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleTransferToCommand.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleTurnCommand.java Happy new year! 2019-01-01 01:10:18 +00:00