mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-27 16:02:17 +00:00

Means we can now do fs.combine("a", "b", "c"). Of course, one may just write "a/b/c" in this case, but it's definitely useful elsewhere. This is /technically/ a breaking change as fs.combine(a, b:gsub(...)) will no longer function (as gsub returns multiple arguments). However, I've done a quick search through GH and my Pastebin archives and can't find any programs which would break. Fingers crossed.
CC:Restitched Patchwork
This is a Work In Progress Port
it runs and works-ish
PRs welcome
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
- Better Nether
Description
Languages
Java
73.7%
Lua
25%
Kotlin
0.6%
TypeScript
0.2%
Python
0.2%
Other
0.1%