Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bheck890/mcturtles
Supply Systems Using Lua Code for Turtles in Mincefat Mods
https://github.com/bheck890/mcturtles
computercraft-scripts computercraft-tweaked lua minecraft minecraft-forge-mod
Last synced: 3 months ago
JSON representation
Supply Systems Using Lua Code for Turtles in Mincefat Mods
- Host: GitHub
- URL: https://github.com/bheck890/mcturtles
- Owner: Bheck890
- Created: 2023-10-06T12:24:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T18:30:28.000Z (4 months ago)
- Last Synced: 2024-10-12T06:21:10.013Z (3 months ago)
- Topics: computercraft-scripts, computercraft-tweaked, lua, minecraft, minecraft-forge-mod
- Language: Lua
- Homepage:
- Size: 64.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCTurtles
This was made to remember the complex systems that I made in the game
to help with creating rockets across the modded game pack I made.
Lua Code for Turtles in Mod MC, to re-supply resources
Link to Pack I Made for me and Friend [ModPack](https://www.technicpack.net/modpack/raisin-bread.1201315)## Examples
A. Redstone brain for Food farming
1. Wire Overview
![alt text](ReadMe-Pics/Redstone/RedstoneSystem.jpg)
2. Wire Function Output
![alt text](ReadMe-Pics/Redstone/RedstoneFunction.jpg)
3. Block_Coding
![alt text](ReadMe-Pics/Redstone/Storage_Code.png)B. Food Farm
1. Seed Overview
![alt text](ReadMe-Pics/Seeds/Seed-Farm.png)
2. Seed Controller Setup Area
![alt text](ReadMe-Pics/Seeds/Seed-Controller.png)
3. Seed Controller Code
![Lua Code](ReadMe-Pics/Seeds/seed.lua)C. Tree Farm
1. Farm Overview
![alt text](ReadMe-Pics/Trees/Wood%20Farm.png)
2. Farm Controller Setup Area
![alt text](ReadMe-Pics/Trees/Wood%20Controller.png)
3. Farm Controller Code
![Lua Code](ReadMe-Pics/Trees/wood.lua)## Built With
* Minecraft Redstone
* Minecraft Forge Mods
* Computer Craft Tweaked
* RFTools
* Refined Storage## Author
Project Designed by - Bailey Heck## Acknowledgments
Project idea - Bailey Heck## Key Programming Concepts Utilized
I have utilized electrical wiring techniques,
that are further expressed in programing
Also Performed Block Programing with RFTools to manage,
incompatible in-Game Storage systems.
Had to draw diagrams for the redstone wiring diagrams
that needed to perform the actions.
Shows that I can adapt to diffrent systems to accomplish a task
that is needed with multiple systems.