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 d405316a4b Be a little smarter about our detection of the placed sign
When placing a sign against a tile entity (such as a turtle or chest),
we would consider that block the "placed" one instead, meaning the text
was never set. This solution isn't entirely ideal either, but short of
capturing block snapshots I'm not sure of a better solution.

Fixes #552
2018-07-09 20:53:49 +01:00
..
InteractDirection.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
MoveDirection.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurnDirection.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurtleAttackCommand.java Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
TurtleBrain.java Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
TurtleCheckRedstoneCommand.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurtleCommandQueueEntry.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurtleCompareCommand.java Initial update to 1.12 2017-07-25 21:10:47 +01:00
TurtleCompareToCommand.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurtleCraftCommand.java Update to 1.11.2 2017-07-25 21:08:51 +01:00
TurtleDetectCommand.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurtleDigCommand.java Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
TurtleDropCommand.java Update to 1.11.2 2017-07-25 21:08:51 +01:00
TurtleEquipCommand.java Update to 1.11.2 2017-07-25 21:08:51 +01:00
TurtleInspectCommand.java Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
TurtleMoveCommand.java Update to 1.11.2 2017-07-25 21:08:51 +01:00
TurtlePlaceCommand.java Be a little smarter about our detection of the placed sign 2018-07-09 20:53:49 +01:00
TurtlePlayer.java Update to 1.11.2 2017-07-25 21:08:51 +01:00
TurtleRefuelCommand.java Update to 1.11.2 2017-07-25 21:08:51 +01:00
TurtleSelectCommand.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurtleSetRedstoneCommand.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00
TurtleSuckCommand.java Initial update to 1.12 2017-07-25 21:10:47 +01:00
TurtleToolCommand.java Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
TurtleTransferToCommand.java Update to 1.11.2 2017-07-25 21:08:51 +01:00
TurtleTurnCommand.java Updated (C) from 2016 to 2017 (#229) 2017-05-13 19:20:39 +01:00