Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.