No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-11 14:11:14 +02:00
.luarc.json . 2026-08-11 14:11:14 +02:00
burn add modeline 2023-11-22 23:03:25 +01:00
client add modeline 2023-11-22 23:03:25 +01:00
control add modeline 2023-11-22 23:03:25 +01:00
de_react_auto . 2025-12-09 23:51:24 +01:00
de_store add modeline 2023-11-22 23:03:25 +01:00
energy_control update comment 2025-12-09 22:16:15 +01:00
get adjust url to gitea 2023-11-22 23:06:03 +01:00
getBlocks.lua add local 2023-11-23 00:25:32 +01:00
lava-collector lava-collector: reset movement list at the end 2023-12-03 18:06:46 +01:00
react react: fix undefined ctrl_rods 2024-10-25 01:04:52 +02:00
reactLamp add modeline 2023-11-22 23:03:25 +01:00
README.md update README 2025-12-09 22:16:11 +01:00
recv_file add modeline 2023-11-22 23:03:25 +01:00
redstone_toggle add modeline 2023-11-22 23:03:25 +01:00
send_file add modeline 2023-11-22 23:03:25 +01:00
startup add modeline 2023-11-22 23:03:25 +01:00
utils add modeline 2023-11-22 23:03:25 +01:00
v add v as an edit alias 2023-11-22 23:09:10 +01:00
vim add modeline 2023-11-22 23:03:25 +01:00

Set up on the computer with wget https://git.navidsassan.ch/navid.sassan/computercraft/raw/branch/master/get get. Make sure to enable the http API in the computercraft config file on the server.

Then use get README.md for example, to download the README.md.

To install the scripts on all turtles / computers, do one of the following on the server (depending on the version):

  • Store the scripts in resourcepacks/assets/computercraft/lua/rom/programs/
  • Store the scripts in kubejs/data/computercraft/lua/rom/programs/ (worked on 2025-12-09, atm9)