From 9353ded2d55c2480c895cef855dbf90f84c40d9e Mon Sep 17 00:00:00 2001 From: David Queneau <748280+Toad-Dev@users.noreply.github.com> Date: Sun, 16 May 2021 12:54:23 -0700 Subject: [PATCH] Update readme to reflect bugfix. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c13963b4d..243ffc5ad 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ If you need help getting started with CC: Tweaked, want to show off your latest 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)`. +* [Fixed (d10f297c): please report if bug persists]
~~Storage Peripherals throw a java "StackOverflowError" when using `pushItems()`,~~ + * ~~Work around, you are probably using `pushItems(chest, 1)` or similar. 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