https://github.com/tomocorp/condemnedcc
ComputerCraft scripts and utilities for the Condemned Tekkit.
https://github.com/tomocorp/condemnedcc
computercraft-scripts computercraft-utilities lua minecraft
Last synced: about 1 year ago
JSON representation
ComputerCraft scripts and utilities for the Condemned Tekkit.
- Host: GitHub
- URL: https://github.com/tomocorp/condemnedcc
- Owner: TomoCorp
- Created: 2021-01-24T23:15:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-25T01:14:06.000Z (about 5 years ago)
- Last Synced: 2025-01-14T08:34:50.446Z (about 1 year ago)
- Topics: computercraft-scripts, computercraft-utilities, lua, minecraft
- Language: Lua
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CondemnedCC: The ComputerCraft Collection
CondemnedCC (ConCC) is a collection of utilities designed to function on the [Condemned Tekkit server](https://tekkit-thecondemned.enjin.com/tekkit).
## Contributing
All files should be placed in the following structure:
`src///main.lua`.
The main reason why we want you to use this is to have consistency with file structure.
You are only allowed to put a CONTACT.md file in your repo. It can only have the following info:
```markdown
- Name: Mr. Example Notch
- Minecraft: [Notch](https://namemc.com/profile/Notch)
- Twitter: [@Example](https://twitter.com/Example)
- Email: example at example dot com.
- Website: [example.com](https://example.com)
- Discord Tag: Example#0000
```
All fields are optional.
## Licensing
You get to choose what your files are licensed under with a LICENSE file in your project's folder (or, if you always use a certain license, in your Author folder. Having a LICENSE file in your project repository overrides this.). Per international copyright law, no license means All Rights Reserved (by the original author(s)).