From 9b77a4aaeecf4009151533600a442133e3181144 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Sat, 3 Apr 2021 10:51:36 -0700 Subject: [PATCH] Update Readme with Known Issues --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index b778f2abc..8fe1c68b2 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,15 @@ *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