CC: Tweaked Autorun Datapack

Quick rating

Community listing page, reviews here may not be monitored by the author.

CC: Tweaked Autorun Datapack

By 1Zenith1Owner

No reviews yet

CC: Tweaked Autorun Datapack - Makes every ComputerCraft computer automatically run any script ending with _autorun on startup or server reboot.

Mod Loaders
Minecraft

About

Description

CC: Tweaked Autorun Datapack

Makes every ComputerCraft computer automatically run any script ending with _autorun on startup or server reboot.

CC: Tweaked

Installation

  1. Download this datapack (the .zip file).
  2. Put it into the datapacks folder of your Minecraft world.
  3. Done. It works on all computers in that world.

To make it work globally for all new worlds, use a mod like Paxi or OpenLoader and place the datapack there.

How to make an autorun script

  1. Open any ComputerCraft computer.
  2. Create a Lua file with a name ending in _autorun.lua.
    Example: my_server_autorun.lua
  3. Write your code inside.
  4. Save and reboot the computer.

That’s it – your script will start automatically every time.

Example use cases: Keep your server always active. Keep your miners always active. Keep your password‑protected redstone door always active.