1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-02 08:50:47 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared
SquidDev ca7fb8a0b4 Cache turtle family within the tile
This means one can call .getFamily() in a thread-safe manner, ensuring
turtle.getFuelLimit() does not cause issues. As we use a specialist
TE class for each family this does not require any specialist caching.
2018-01-18 13:06:34 +00:00
..
command Copy over CCTweaks's command system 2017-12-06 15:51:51 +00:00
common Merge pull request #494 from SquidDev-CC/ComputerCraft/hotfix/collision-aabb 2017-12-01 19:19:17 +00:00
computer More binary compatibility stubs for ILuaAPI 2017-12-07 09:24:44 +00:00
integration Add simple JEI integration 2017-10-25 13:40:35 +01:00
media Java 8. Java 8. Does whatever Java 8 can. 2017-07-25 21:10:48 +01:00
network Merge pull request #451 from SquidDev-CC/ComputerCraft/hotfix/disk-drive-stop 2017-11-14 21:30:52 +00:00
peripheral Cache direction of modems within the tile 2018-01-18 13:06:11 +00:00
pocket Merge pull request #491 from SquidDev-CC/ComputerCraft/feature/api-api 2017-12-01 19:18:40 +00:00
proxy Add support for viewing arbitrary computers in a GUI 2017-12-06 15:43:25 +00:00
turtle Cache turtle family within the tile 2018-01-18 13:06:34 +00:00
util Rebranding! 2017-11-15 16:25:10 +00:00