This repository has been archived by the owner on Jul 1, 2018. It is now read-only.
Releases: SquidDev-CC/CCTweaks
Releases · SquidDev-CC/CCTweaks
[MC 1.8.9|CC 1.79] 1.1.0
- Fix peripherals not being detached from broken computers. This fixes the "not attached to this computer" crash.
- Fix peripherals not being detached when their modem was broken.
- Ensure the tile is still there when connecting to it
- List attached computers on debug peripherals
- Bump CCTweaks-Lua version
- Add
bitop
library for LuaJIT style bitop functions - Add
biginteger
library for faster computation on arbitrary size integers. - Port LuaJC to Cobalt: now can be run on both LuaJ and Cobalt.
- Fix peripherals not sending binary data correctly.
- Add
[MC 1.7.10|CC 1.75] 1.1.0
- Fix peripherals not being detached from broken computers. This fixes the "not attached to this computer" crash.
- Fix peripherals not being detached when their modem was broken.
- Ensure the tile is still there when connecting to it
- List attached computers on debug peripherals
- Bump CCTweaks-Lua version
- Add
bitop
library for LuaJIT style bitop functions - Add
biginteger
library for faster computation on arbitrary size integers. - Port LuaJC to Cobalt: now can be run on both LuaJ and Cobalt.
- Fix peripherals not sending binary data correctly.
- Fix
http.readAll
not reading everything.
- Add
[MC 1.8.9|CC 1.79] 1.0.1
- Bump cctweaks-lua version
- Fix
http.readAll
bug - Fix
luaj.luajc
bug with long programs
- Fix
- Fix crashes when tile entity has been removed
- Fix multipart bridge crafting recipe
[MC 1.8.9|CC 1.79] 1.0.0
- Fix some bugs
- Update to latest cctweaks-lua version
[MC 1.7.10|CC 1.75] 1.0.0
- Fix some bugs
- Update to latest cctweaks-lua version
[MC 1.8.9|CC 1.78] 0.3.3
- Add Ender modem pocket upgrade
- Several bug fixes
[MC 1.8.9|CC 1.78] 0.3.2
- Fix issue with refueling with buckets
- Split Lua tweaks into separate module
[MC 1.7.10|CC 1.7] 0.3.2
- Fix issue with refueling with buckets
- Split Lua tweaks into separate module
[MC 1.8.9|CC 1.78] 0.3.1
- Add "swing" method to tool manipulator: attacks or digs
- Add an API for other mods to add special swing/use handlers.
- Allow turning on/off full block modems from computers
- Fix cost of the computer upgrade
- Add "canSwing_" and "canUse_" methods to see if a tool is effective. Also add an API for mods to add custom effective handlers.
- Allow using integer ids for wireless bridges
- Add experimental Cobalt VM
[MC 1.7.10|CC 1.7] 0.3.1
- Add "swing" method to tool manipulator: attacks or digs
- Add portal gun integration to tool manipulator. Also add an API for other mods to add special swing/use handlers.
- Allow turning on/off full block modems from computers
- Fix cost of the computer upgrade
- Add "canSwing_" and "canUse_" methods to see if a tool is effective. Also add an API for mods to add custom effective handlers.
- Allow using integer ids for wireless bridges
- Add experimental Cobalt VM