https://github.com/ignacypolak1/cctweaked-projects
Projects of devices programmed in Minecraft (CC: Tweaked and Advanced Peripherals mods) using lua on CraftOS system.
https://github.com/ignacypolak1/cctweaked-projects
cctweaked computercraft computercraft-tweaked forge lua minecraft minecraft-mod
Last synced: 3 months ago
JSON representation
Projects of devices programmed in Minecraft (CC: Tweaked and Advanced Peripherals mods) using lua on CraftOS system.
- Host: GitHub
- URL: https://github.com/ignacypolak1/cctweaked-projects
- Owner: ignacypolak1
- Created: 2024-06-17T18:11:45.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T14:47:23.000Z (6 months ago)
- Last Synced: 2025-01-30T16:41:01.410Z (4 months ago)
- Topics: cctweaked, computercraft, computercraft-tweaked, forge, lua, minecraft, minecraft-mod
- Language: Lua
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cctweaked-projects
Projects of devices and systems programmed in Minecraft (CC: Tweaked and Advanced Peripherals mods) using lua on CraftOS system.
## Graphical Ore Detector
### Installation
Download it directly on your CraftOS machine using the following command:
```
wget https://raw.githubusercontent.com/ignacypolak1/cctweaked-projects/main/OreDetector/startup.lua
```
And then open it with some substring which can be found in wanted ore name, ie.:
```
startup.lua emerald
```
If you dont want to start this program automatically, just change name from startup.lua to anything else:
```
mv startup.lua .lua
```

## Turtle A* pathfinding
### Work in progress!