All Projects → SquidDev-CC → Cc Tweaked

SquidDev-CC / Cc Tweaked

Licence: other
Just another ComputerCraft fork

Programming Languages

java
68154 projects - #9 most used programming language
lua
6591 projects

Projects that are alternatives of or similar to Cc Tweaked

Equivalent Exchange 3
Stars: ✭ 727 (+119.64%)
Mutual labels:  minecraft, forge, minecraft-mod, minecraft-forge
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (-51.66%)
Mutual labels:  minecraft, forge, minecraft-mod, minecraft-forge
Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (-95.47%)
Mutual labels:  minecraft, forge, minecraft-mod, minecraft-forge
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+26.28%)
Mutual labels:  minecraft, forge, minecraft-mod, minecraft-forge
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (-64.05%)
Mutual labels:  minecraft, forge, minecraft-mod, minecraft-forge
MrCrayfishGunMod
A Minecraft Mod focused on adding fun and simple weapons wtih lots of customisation including attachments and more!
Stars: ✭ 132 (-60.12%)
Mutual labels:  forge, minecraft-mod, minecraft-forge
ForgeWurst
Wurst Client for Minecraft Forge.
Stars: ✭ 37 (-88.82%)
Mutual labels:  forge, minecraft-mod, minecraft-forge
Waddles
Waddles adds cute Adélie penguins that waddle
Stars: ✭ 22 (-93.35%)
Mutual labels:  forge, minecraft-mod, minecraft-forge
Loot-Slash-Conquer-Pre1.14
An immersive, action-RPG mod based on Hack/Mine.
Stars: ✭ 17 (-94.86%)
Mutual labels:  minecraft, minecraft-mod, minecraft-forge
Crafttweaker
Tweak your minecraft experience
Stars: ✭ 146 (-55.89%)
Mutual labels:  minecraft, forge, minecraft-mod
metal-chests
Better alternative to IronChests
Stars: ✭ 13 (-96.07%)
Mutual labels:  forge, minecraft-mod, minecraft-forge
FrogCraft-Rebirth
A standalone rewrite of FrogCraft, an IC2 Addon with theme of chemical industry, starting from scratch.
Stars: ✭ 27 (-91.84%)
Mutual labels:  minecraft, minecraft-mod, minecraft-forge
Bettercolors
⚔️ Minecraft assistance mod built with Forge AND Fabric. For MC 1.8.9, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.x, 1.17.X, 1.18.X, 1.19.X
Stars: ✭ 37 (-88.82%)
Mutual labels:  forge, minecraft-mod, minecraft-forge
Hypermc
Install Minecraft extensions with a user-friendly interface ⛏💎
Stars: ✭ 27 (-91.84%)
Mutual labels:  forge, minecraft-mod, minecraft-forge
ElevatorMod
Port of the elevator from OpenBlocks for Minecraft 1.8+
Stars: ✭ 21 (-93.66%)
Mutual labels:  forge, minecraft-mod, minecraft-forge
ShoulderSurfing
Custom 3rd person perspective for Minecraft
Stars: ✭ 28 (-91.54%)
Mutual labels:  forge, minecraft-mod, minecraft-forge
relics
No description or website provided.
Stars: ✭ 24 (-92.75%)
Mutual labels:  forge, minecraft-mod, minecraft-forge
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (-87.31%)
Mutual labels:  forge, minecraft-mod, minecraft-forge
plethora
A peripheral provider for ComputerCraft
Stars: ✭ 51 (-84.59%)
Mutual labels:  forge, minecraft-mod, minecraft-forge
CustomNPC-Plus
Custom Version of 1.7.10 CustomNPC with backported features and original expansions
Stars: ✭ 15 (-95.47%)
Mutual labels:  forge, minecraft-mod, minecraft-forge

CC: Tweaked

Current build status Download CC: Tweaked on CurseForge

CC: Tweaked is a fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.

What?

ComputerCraft has always held a fond place in my heart: it's the mod which really got me into Minecraft, and it's the mod which has kept me playing it for many years. However, development of the original mod has slowed, as the original developers have had less time to work on the mod, and moved onto other projects and commitments.

CC: Tweaked (or CC:T for short) is an attempt to continue ComputerCraft's legacy. It's not intended to be a competitor to CC, nor do I want to take it in a vastly different direction to the original mod. Instead, CC:T focuses on making the ComputerCraft experience as solid as possible, ironing out any wrinkles that may have developed over time.

Features

CC: Tweaked contains all the features of the latest version of ComputerCraft, as well as numerous fixes, performance improvements and several nifty additions. I'd recommend checking out the releases page to see the full set of changes, but here's a couple of the more interesting additions:

  • Improvements to the http library, including websockets, support for other HTTP methods (PUT, DELETE, etc...) and configurable limits on HTTP usage.
  • Full-block wired modems, allowing one to wrap non-solid peripherals (such as turtles, or chests if Plethora is installed).
  • Pocket computers can be held like maps, allowing you to view the screen without entering a GUI.
  • Printed pages and books can be placed in item frames and held like maps.
  • Several profiling and administration tools for server owners, via the /computercraft command. This allows operators to track which computers are hogging resources, turn on and shutdown multiple computers at once and interact with computers remotely.
  • Closer emulation of standard Lua, adding the debug and io libraries. This also enables seeking within binary files, meaning you don't need to read large files into memory.
  • Allow running multiple computers on multiple threads, reducing latency on worlds with many computers.

Relation to CCTweaks?

This mod has nothing to do with CCTweaks, though there is no denying the name is a throwback to it. That being said, several features have been included, such as full block modems, the Cobalt runtime and map-like rendering for pocket computers.

Contributing

Any contribution is welcome, be that using the mod, reporting bugs or contributing code. If you want to get started developing the mod, check out the instructions here.

Community

If you need help getting started with CC: Tweaked, want to show off your latest project, or just want to chat about ComputerCraft we have a forum and Discord guild! There's also a fairly populated, albeit quiet IRC channel, if that's more your cup of tea.

I'd generally recommend you don't contact me directly (email, DM, etc...) unless absolutely necessary (i.e. in order to report exploits). You'll get a far quicker response if you ask the whole community!

Using

CC: Tweaked is hosted on my maven repo, and so is relatively simple to depend on. You may wish to add a soft (or hard) dependency in your mods.toml file, with the appropriate version bounds, to ensure that API functionality you depend on is present.

repositories {
  maven { url 'https://squiddev.cc/maven/' }
}

dependencies {
  implementation fg.deobf("org.squiddev:cc-tweaked-${mc_version}:${cct_version}")
}

You should also be careful to only use classes within the dan200.computercraft.api package. Non-API classes are subject to change at any point. If you depend on functionality outside the API, file an issue, and we can look into exposing more features.

We bundle the API sources with the jar, so documentation should be easily viewable within your editor. Alternatively, the generated documentation can be browsed online.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].