1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-02 10:03:32 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared/turtle
SquidDev e2e6946c92 Add additional method stubs to the TurtlePlayer
Forge's default fake player implementation doesn't override all methods
which use the connection. As it is not set, we get an NPE and thus crash
the server. We simply stub those methods out ourselves to prevent such
an issue.
2018-04-16 09:34:44 +01:00
..
apis Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
blocks Fix BlockFaceShape not being overridden for turtles and peripherals 2017-09-18 08:33:40 +01:00
core Add additional method stubs to the TurtlePlayer 2018-04-16 09:34:44 +01:00
entity Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
inventory Initial update to 1.12 2017-07-25 21:10:47 +01:00
items Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
recipes Initial update to 1.12 2017-07-25 21:10:47 +01:00
upgrades Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00