Commit Graph

807 Commits

Author SHA1 Message Date
raoulvdberge
19483d9d9a Fixed shift clicking upgrades into Interface making upgrades go to import slots 2018-07-15 21:28:06 +02:00
raoulvdberge
e766e8a7c8 Fixed ItemZoom incompatibility in Grid. Fixes #1844 2018-07-15 18:22:59 +02:00
raoulvdberge
bc5fb1f58b Fixed using Interfaces for minimum stock levels failing when requester is also an Interface. Fixes #1575 2018-07-15 16:00:52 +02:00
raoulvdberge
6fea7b4bc2 Fixed JEI recipe transferring in Pattern Grid allowing non-processing recipes in processing mode and vice-versa 2018-07-15 13:56:58 +02:00
raoulvdberge
e97923ff19 Rename "generic_grey.png" to "cable_part_border.png" 2018-07-12 04:56:10 +02:00
raoulvdberge
ddb89f5ae5 Added a fully charged regular Controller to the creative menu. The Controller item now shows a durability bar for the energy. 2018-07-11 13:53:20 +02:00
raoulvdberge
542f2a61a9 Fixed bug where External Storage doesn't detect new inventory when rotating. 2018-07-04 12:08:57 +02:00
raoulvdberge
616020bb51 Implement covers for importers, exporters and external storage. 2018-07-04 12:04:30 +02:00
raoulvdberge
8ded43774f Removed "compare oredict" buttons on Exporter, Importer, etc. 2018-07-03 13:49:24 +02:00
raoulvdberge
a987dcda1f Fixed bug where item storage tracker didn't save on large items. 2018-07-01 14:33:47 +02:00
raoulvdberge
fea620c48d Solderer removal.
- Removed Solderer.
- Added cutting tool.
- Renamed "Printed Processors" to "Cut Processors"
- Made autocrafting reuse reusable items like the cutting tool.
2018-06-28 14:56:28 +02:00
raoulvdberge
b34b0ea09c Correct attribution. 2018-06-27 14:50:29 +02:00
Samtrion
cdd6583586 Update CHANGELOG.md (#1834) 2018-06-27 12:21:23 +02:00
raoulvdberge
e0dc8a1219 Added config option to change Reader / Writer channel energy capacity. Fixes #1754 2018-06-27 11:33:51 +02:00
raoulvdberge
7dd5119ba8 Added config option to configure energy capacity of Refined Storage items. Fixes #1521 2018-06-27 11:22:00 +02:00
raoulvdberge
89b7d2bfc8 Fixed crash when moving a wireless item with the number keys. Fixes #1766 2018-06-26 23:56:39 +02:00
raoulvdberge
f69feacd68 Added "Search box mode" button to the Crafter Manager. Fixes #1755 2018-06-26 23:44:06 +02:00
raoulvdberge
c595a5082d Fixed shift clicking a created pattern going into Grid inventory. Fixes #1653 2018-06-26 19:44:44 +02:00
raoulvdberge
d9ccd97871 Complete PR for #1730. Fixes #1730 2018-06-26 19:15:29 +02:00
raoulvdberge
06a762022c Added External Storage API (#1460). Fixed bug where External Storage could only handle 1 fluid inventory per block (#1034). 2018-06-26 19:03:13 +02:00
raoulvdberge
9b3b83e246 Removed "void excess items or fluids" functionality on storages 2018-06-25 09:33:23 +02:00
raoulvdberge
5ea1d15674 Remove confusing changelog entry. 2018-06-21 20:19:37 +02:00
raoulvdberge
362acea5c4 Fixed bug where Crafting Upgrade on Interface kept too many items in stock. Fixes #1725 2018-06-19 22:39:43 +02:00
raoulvdberge
5572c3ae09 Prevent accidental Grid scrollbar click after clicking JEI recipe transfer button. Fixes #1821 2018-06-19 19:33:03 +02:00
raoulvdberge
c164213edc Fixed the Crafter crashing when opening it while connected to a Primal Tech Grill or Kiln. Fixes #1776 2018-06-19 16:14:56 +02:00
raoulvdberge
b02bcbfdfd Fixed portable grid rendering in item form and fixed bug where storage disks in Portable Grids could be moved into themselves. 2018-06-17 02:59:42 +02:00
raoulvdberge
3bab1fb4b9 Crafting monitor tabs. 2018-06-16 23:51:33 +02:00
raoulvdberge
7d13256d78 Added /createdisk command which creates a disk based on the disk ID. Fixes #1817 2018-06-15 12:01:32 +02:00
raoulvdberge
50e94ead18 1.5 -> 1.6 migration: item and fluid storage blocks. #1816 2018-06-15 01:14:02 +02:00
raoulvdberge
e8f97d5006 Fixed a crash when breaking an Ender IO conduit with the Destructor. Fixes #1813 2018-06-14 16:58:35 +02:00
raoulvdberge
cc9de91fdc Added error handling in crafting tasks: recursive pattern check and max time. 2018-06-09 15:04:27 +02:00
raoulvdberge
aa94d70009 Changed fluid storage progression to be 64k - 256k - 1024k - 4096k. Fixes #1717 2018-06-08 12:33:23 +02:00
raoulvdberge
fb4c540809 The Exporter now round-robins over every configured item or fluid to export instead of exporting them all at once. 2018-06-05 11:51:31 +02:00
raoulvdberge
5cf75eceac The Importer now skips over empty slots. #1612 2018-06-05 11:16:04 +02:00
raoulvdberge
9e9fb150bf Revert "Made item storage disks and blocks capacity a power of two (1k now means 1024 items instead of 1000, etc)."
This reverts commit fd7a4d7
2018-06-03 14:08:09 +02:00
raoulvdberge
22ac7b6718 Any mod can now add JSON Solderer recipes without requiring the API, by putting the JSONs in their assets directory in a "solderer_recipes" directory. Fixes #1356 2018-06-03 10:59:11 +02:00
raoulvdberge
fd7a4d7def Made item storage disks and blocks capacity a power of two (1k now means 1024 items instead of 1000, etc). 2018-06-02 23:42:45 +02:00
raoulvdberge
f6f2635649 Re-add shift clicking to regain storage part on empty disk. 2018-06-02 16:39:38 +02:00
raoulvdberge
3433f39698 Made all IO blocks have a blacklist instead of a whitelist by default. An empty blacklist now means: accept any item. An empty whitelist now means: don't accept any item (an empty whitelist USED to mean: accept any item). 2018-06-01 19:55:04 +02:00
raoulvdberge
e5b0336c56 Added a missing config option for Crafter Manager energy usage. 2018-05-31 16:40:56 +02:00
raoulvdberge
6dea32a192 The Crafting Monitor is now resizable and its size can be configured (stretched, small, medium, large). 2018-05-31 16:37:36 +02:00
raoulvdberge
a262ca588b You can now re-insert Processing Patterns in the Pattern Grid and have the inputs and outputs be completed. Fixes #1569
Fixed bug where pattern was recipe pattern was creatable when there was no recipe output.
2018-05-30 11:58:20 +02:00
raoulvdberge
3d8cdfcc0c Remove the Wrench 2018-05-26 15:58:07 +02:00
raoulvdberge
3124e3d2ce Remove network item handlers
- If an Interface is configured to expose the entire network storage (by configuring no export slots), it will no longer expose the entire RS storage, due to performance issues
- The Portable Grid no longer exposes a inventory for crossmod interaction, due to performance issues
2018-05-26 14:25:03 +02:00
raoulvdberge
8de9dc8838 You can no longer put a Filter in filter slots to gain additional filter slots 2018-05-26 14:14:36 +02:00
raoulvdberge
f7247f7daa Remove Regulator mode 2018-05-26 14:06:55 +02:00
raoulvdberge
1c946cc9a8 Update changelog 2018-05-22 10:48:58 +02:00
tomKPZ
f5b6357b1c Fix repeated key events not getting handled in search boxes (#1784)
GUIs are supposed to call enableRepeatEvents() from initGui() and
onGuiClosed() to properly handle repeated key events.  This change
adds the appropriate calls in GuiBase.

See the equivalent code in eg. Applied Energistics 2:
cc9b33b473/src/main/java/appeng/client/gui/implementations/GuiMEMonitorable.java (L224)
cc9b33b473/src/main/java/appeng/client/gui/implementations/GuiMEMonitorable.java (L399)

Fixes https://github.com/raoulvdberge/refinedstorage/issues/1762
2018-05-13 07:17:00 +02:00
Frank Spijkerman
f503f74224 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
2018-05-01 16:04:05 +02:00
raoulvdberge
510595a6bc Added OR search operator to the Grid with "|", fixes #1759 2018-04-27 01:23:01 +02:00