Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T16:31:58.000Z (7 months ago)
- Last Synced: 2024-09-26T20:23:52.339Z (4 months ago)
- Topics: cctweaked, computercraft, computercraft-tweaked, forge, lua, minecraft, minecraft-mod
- Language: Lua
- Homepage:
- Size: 43.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
```
![alt text](https://github.com/ignacypolak1/cctweaked-projects/blob/main/OreDetector/ore_detector.png?raw=true)
## Turtle A* pathfinding
### Work in progress!