1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-14 06:43:16 +00:00
SquidDev 6cf32f1f74 Various improvements to peripheral invalidation
- Abstract peripheral ID and type checking into separate class
 - Update peripherals directly rather than marking as invalid then
   fetching from the network.
 - Update peripherals when adjacent tiles change

This does result in a slightly more ugly interface, but reduces the
amount of work needed to perform partial updates of peripherals, such as
those done by neighbouring tile updates.
2018-04-16 18:22:28 +01:00
2017-06-28 23:05:48 +01:00
2017-09-12 00:05:26 +01:00
2017-09-10 20:45:24 +01:00
2018-03-24 12:20:51 +00:00
2017-11-14 22:42:03 +00:00
2017-11-14 22:42:03 +00:00
2017-11-14 22:42:03 +00:00
2017-06-28 21:39:54 +01:00
2017-05-01 14:32:39 +01:00
2017-11-15 18:20:22 +00:00
2017-11-19 13:48:17 +00:00
2017-05-04 21:14:28 +01:00
2017-05-01 14:51:26 +01:00

CC: Tweaked

Build Status

CC: Tweaked is a fork of ComputerCraft which aims to provide earlier access to the more experimental and in-development features of the mod. For a more stable experience, I recommend checking out the original mod.

What?

CC: Tweaked does not aim to create a competing fork of ComputerCraft, nor am I planning to take it in in a vastly different direction to the original mod. In fact, CC: Tweaked aims to be a nurturing ground for various features, with a pull request against the original mod being the end goal.

CC: Tweaked also includes many pull requests from the community which have not yet been merged, offering a large number of additional bug fixes and features over the original mod.

Relation to CCTweaks?

This mod has nothing to do with CCTweaks, though there is no denying the name is a throwback to it. However, I do plan to migrate some features of CCTweaks into CC: Tweaked.

Contributing

Any contribution is welcome, be that using the mod, reporting bugs or contributing code. If you do wish to contribute code, do consider submitting it to the ComputerCraft repository instead.

That being said, in order to start helping develop CC: Tweaked, you'll need to follow these steps:

  • Clone the repository: git clone https://github.com/SquidDev-CC/CC-Tweaked.git && cd CC-Tweaked
  • Setup Forge: ./gradlew setupDecompWorkspace
  • Test your changes: ./gradlew runClient (or run the GradleStart class from your IDE).

If you want to run CC: Tweaked in a normal Minecraft instance, run ./gradlew build and copy the .jar from build/libs.

Description
Modernized/improved/actually updated version of ComputerCraft: https://tweaked.cc
Readme 31 MiB
Languages
Java 73.7%
Lua 25%
Kotlin 0.6%
TypeScript 0.2%
Python 0.2%
Other 0.1%