Only return the outputs to limit the return value size (#1770)

* Only return the outputs to limit the return value size, This fixes #1768, Added getPattern()

* Updated CHANGELOG.md
This commit is contained in:
Frank Spijkerman
2018-05-01 16:04:05 +02:00
committed by Raoul
parent 510595a6bc
commit f503f74224
2 changed files with 21 additions and 2 deletions

View File

@@ -4,6 +4,8 @@
- Allow crafters to be daisy-chained (tomKPZ)
- Empty patterns can no longer be inserted in the pattern result slot in the Pattern Grid with hoppers (raoulvdberge)
- Added OR search operator to the Grid with "|" (raoulvdberge)
- getPatterns() now only returns all the outputs, this to limit memory usage in OpenComputers (only affects OC integration). (fspijkerman)
- Added new getPattern(stack:table) function for OpenComputers integration (fspijkerman)
### 1.5.33
- Added Crafter Manager (raoulvdberge)