This is an fork of a fork of a fork/port of an update/port/fork of ComputerCraft, adding programmable computers, turtles and more to Minecraft.
What?
ComputerCraft is the first mod that I have ever used and also one of my favorite mods. The only problem I have with is... the old textures so I manually am fixing and tweaking them along with some other things.
Contributing
Any contribution is welcome, be that using the mod, reporting bugs or contributing code. In order to start helping develop CC:R there are a few rules
- Any updates that port commits from CC:T, MUST follow the format defined in patchwork.md otherwise they will not be accepted,
- Commit Message must be the same as it is in CC:T,
- patchwork.md must be updated in the following format
Comments, optional but useful if you had to do something differently than in CC:T (outside of Fabric/forge differences
```
commitID
commit title
commit desc
```
- Follow the fabirc programming guidelines as close as possible. This means you have to use
loom
mappings, - You cannot intentionally implement bugs and security vulnerabilities
- Unless the commit is a "patchwork" compliant commit, (IE: taken from CC:T), the lua code is off limits,s
Bleeding Edge Builds
Bleeding edge builds can be found here at github actions to simplify things
Community
If you need help getting started with CC: Tweaked, want to show off your latest project, or just want to chat about ComputerCraft, here is the Forum and the Discord
Known Issues
Main Known issue
- Mods that add blocks that can be used as peripherals for CC:T On forge, dont work with CC:R.
- This is because of the differences between forge and fabric, and that mod devs, to my knowledge have not agreed upon a standard method in which to implement cross compatibility between mods,
- Storage Peripherals throw a java "StackOverflowError" when using
pushItems()
,- Work around, you are probably using
pushItems(chest, 1)
or simular. please usepushItems(chest, 1, nil, 1)
.
- Work around, you are probably using
Known Working mods that add Peripherals
- Please let me know of other mods that work with this one
- Better End
- Chests and Inventories
- Better Nether
- Chests and Inventories
- Better End