Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
/ bedrock Public archive

CC:Tweaked, running on Minecraft for Windows 10

License

Notifications You must be signed in to change notification settings

SquidDev-CC/bedrock

Repository files navigation

CC: Tweaked (Bedrock Edition)

CC: Tweaked (Bedrock Edition) is a proof-of-concept addon to the latest betas of Minecraft Windows 10 Edition. While it does technically run, I really would not recommend using it for anything serious.

Features and misfeatures

  • Open normal and advanced computers, with almost all the capabilities of CC:Tweaked (no palettes or http).
  • Painfully slow user interactions. I'm not quite sure why - I run similar code on the browser and it's fine (not great, but fine).
  • No interaction with the world (no redstone, no turtles).
  • No persistance (all computer contents is lost on world unload).

Usage

  • Grab the .mcaddon file from the releases page.
  • Double click it to load it into Minecraft. Make sure you're on the latest beta (1.12.0.6).
  • Create a new world, enable experimental options and add the CC:T behaviour and resource packs.

Building

Building CC:TBE is a little painful, though most tasks only need to be run once. If you just want to play with this addon, you can grab it from the releases page!

  • Build cloud-catcher as described in its README.
  • Compile and run the src/resources/experimental_ui/{gen-css,gen-fonts} files.
  • Run npm run build. You should receive a built CCTweaked.mcaddon file in the base directory.