Commit Graph

2927 Commits

Author SHA1 Message Date
raoulvdberge
5826d02957 Fixes #1802 2018-06-07 12:02:36 +02:00
raoulvdberge
44a0a2291d Package organization. 2018-06-06 22:23:48 +02:00
raoulvdberge
f67424d4b1 Make colored crafting monitor elements selectable. 2018-06-06 22:19:28 +02:00
raoulvdberge
17c36263ba Cleanup for CraftingExtractor. 2018-06-06 22:19:11 +02:00
raoulvdberge
c139710cd7 Retrofit the CraftingExtractor class so it can report all errors at once. Very ugly, need to clean this up. 2018-06-06 21:35:08 +02:00
raoulvdberge
ec55c29bf3 Re-add processing tooltip. 2018-06-06 21:05:40 +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
fe4dcad44b Remove irrelevant NBT from storage disk and storage block recipes. 2018-06-04 12:03:15 +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
daf7641496 Crafting task cancelling. 2018-06-03 00:24:44 +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
1ef924f800 Make fluid storage blocks work again. 2018-06-02 18:26:59 +02:00
raoulvdberge
eed3ff0326 Storage blocks work again, fluid blocks not yet. 2018-06-02 17:44:46 +02:00
raoulvdberge
f6f2635649 Re-add shift clicking to regain storage part on empty disk. 2018-06-02 16:39:38 +02:00
raoulvdberge
8330a36858 New storage disk system. 2018-06-02 16:15:54 +02:00
raoulvdberge
49a9839353 Fix wrong check being used for unique id. 2018-06-01 22:35:09 +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
423c1339ad Remove some accidental stuff. 2018-06-01 19:38:25 +02:00
raoulvdberge
0846465151 Refactor crafting monitor update/listening system. 2018-06-01 19:24:55 +02:00
raoulvdberge
3f360705f2 Remove useless check in external storage item handler. 2018-06-01 15:43:07 +02:00
raoulvdberge
da1ea87131 Processing tasks. 2018-06-01 06:01:04 +02:00
raoulvdberge
11482b8265 Fixed crafting steps inserting items when it has missing items. 2018-05-31 19:06:07 +02:00
raoulvdberge
4f51e35be8 Added a missing config option for Crafter Manager energy usage. 2018-05-31 16:41:47 +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
1cf5729640 Fix issues pointed out by the static analyzer. 2018-05-30 10:39:01 +02:00
raoulvdberge
68bf3e78f5 Fix more bugs with regular recipes. 2018-05-30 00:12:23 +02:00
raoulvdberge
4862dfa337 Fix crafting task update being called multiple times. 2018-05-29 11:51:04 +02:00
raoulvdberge
29b8e762ed Some more fixes. 2018-05-29 11:15:04 +02:00
raoulvdberge
26eb514800 Add better framework for extracting and inserting items for crafting. 2018-05-28 23:17:07 +02:00
raoulvdberge
fb41beda6f Change ICraftingStep to abstract class. 2018-05-28 20:46:11 +02:00
raoulvdberge
6ea6489cfd Fix some bugs and start working on crafting monitor elements. 2018-05-28 20:21:57 +02:00
raoulvdberge
bb9fe6db1c Fix some bugs 2018-05-28 18:32:59 +02:00
raoulvdberge
c73a725d5e New autocrafting code, still in the works. 2018-05-28 17:38:25 +02:00
raoulvdberge
1827831fbf Remove all autocrafting logic. Improve the ICraftingPattern interface. Remove blocking mode. 2018-05-27 20:15:20 +02:00
raoulvdberge
3d8cdfcc0c Remove the Wrench 2018-05-26 15:58:07 +02:00
raoulvdberge
2eeba970a3 Use proper UUID methods 2018-05-26 14:29:14 +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
bfaae24e52 Bump to 1.6. Remove bunch of integrations. 2018-05-26 13:57:32 +02:00
Frank Spijkerman
06174d743a cleanup before building (#1794) 2018-05-22 11:03:16 +02:00
raoulvdberge
1c946cc9a8 Update changelog 2018-05-22 10:48:58 +02:00
Konstantin
f516f5a200 Update ru_RU.lang (#1793)
MC 1.12.2. RefinedStorage 1.5.34.
2018-05-22 10:48:10 +02:00
raoulvdberge
56c02f6daf Bump to 1.5.35 2018-05-22 10:43:58 +02:00
raoulvdberge
e9a1b0ea59 Fix wrong cast 2018-05-17 08:30:48 +02:00
raoulvdberge
85253bef8a Update README 2018-05-13 21:09:31 +02:00