https://github.com/mause/cc_powerplant
A powerstation program, written in Lua, for the Minecraft tekkit mod
https://github.com/mause/cc_powerplant
Last synced: 17 days ago
JSON representation
A powerstation program, written in Lua, for the Minecraft tekkit mod
- Host: GitHub
- URL: https://github.com/mause/cc_powerplant
- Owner: Mause
- Created: 2012-08-22T08:37:49.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T03:16:13.000Z (about 4 years ago)
- Last Synced: 2026-05-06T18:52:10.403Z (about 2 months ago)
- Language: Lua
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Craft Powerplant
This repo comprises the code for the Powerplant in ComputerCraft/Tekkit that me and a friend plan on constructing in a multiplayer server in the future. The idea is that we charge for electricity at a set rate per EMC, and, using teleport pipes supply them with that electricity. The system is envisioned to be almost entirely automated, perhaps only requiring maintainence every so often.
The folders in this directory contain/will contain the code for the following functions;
* db - this folder contains both the server and the client libraries for the db server. it will quite likely be SQL-esque, though will probably not support as many different commands, or be able to query many fields quickly. The username will end up being the field used as the primary key and as such it will be most efficent to find information via someones username. Other fields will be slower as each record must be looped through and the appropriate field checked for conformality.