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: 5 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T18:30:28.000Z (10 months ago)
- Last Synced: 2024-10-12T06:21:10.013Z (9 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

2. Wire Function Output

3. Block_Coding
B. Food Farm
1. Seed Overview

2. Seed Controller Setup Area

3. Seed Controller Code
C. Tree Farm
1. Farm Overview

2. Farm Controller Setup Area

3. Farm Controller Code
## 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.