Skip to content

egarland/cc-restitched

 
 

Repository files navigation

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 use pushItems(chest, 1, nil, 1).

Known Working mods that add Peripherals

  • Please let me know of other mods that work with this one
    • Better End
    • Better Nether

About

CC: Tweaked ported for Fabric 1.14.x

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 61.6%
  • Java 37.7%
  • Other 0.7%