Commit Graph

3563 Commits

Author SHA1 Message Date
raoulvdberge
0c901a3932 Fixed RS blocks requiring a pickaxe to be broken, fixes #1473 2017-10-01 13:33:23 +02:00
raoulvdberge
74fda65889 Bump to 1.5.19, update Forge and dependencies 2017-09-26 20:45:04 +02:00
raoulvdberge
8fa3551927 Forgot to pass tab page when converting portable grid block -> item 2017-09-08 14:18:26 +02:00
raoulvdberge
17d4669439 Fixed Solderer resetting progress when the inventory changes, fixes #1453 2017-09-08 14:08:23 +02:00
raoulvdberge
32e22acd7a Fixed not sanitizing stack when handling knowledge, fixes #1450 2017-09-08 12:51:08 +02:00
raoulvdberge
400d98043e Fixed Reader and Writers GUIs still displaying channels even if not connected, fixes #1452 2017-09-08 12:36:53 +02:00
raoulvdberge
99eb135646 Reader and Writer blocks now face the block you're placing it on, not the player, fixes #1451 2017-09-08 12:29:16 +02:00
raoulvdberge
20d6e540e3 Added protection for other mods causing crashes when drawing an item or display name 2017-09-08 12:27:31 +02:00
raoulvdberge
015156dcd3 Fix for total tabs 2017-09-06 16:07:14 +02:00
raoulvdberge
f6786d7341 Fixed wrong tab page when page exceeds max pages 2017-09-06 15:14:45 +02:00
raoulvdberge
fefdfcd491 Added support for more than 4 grid tabs in the Grid by putting filters IN filters, fixes #1448 2017-09-06 15:12:24 +02:00
raoulvdberge
ade8125a6e Fixed being able to extract any item when we have the Tome of Knowledge from Project E 2017-09-06 15:11:04 +02:00
raoulvdberge
8dce6fb0df Fixed scrollbar not scrolling correctly when clicked with mouse when grid tabs are visible, fixes #1449 2017-09-06 15:09:46 +02:00
raoulvdberge
e95aa7d437 Fixed some translations having too big "Craft" text - 2 2017-09-05 20:51:16 +02:00
raoulvdberge
ca3576fa17 Revert domain changes 2017-09-04 10:53:11 +02:00
raoulvdberge
6745ea8ff3 Fixed crash with GUI when toggling the Grid size quickly, fixes #1440 2017-09-02 14:21:11 +02:00
raoulvdberge
78cd47a619 Add ProjectE API 2017-09-02 14:20:18 +02:00
raoulvdberge
0fc75c5a43 Fixed some translations having too big "Craft" text 2017-09-01 20:57:05 +02:00
raoulvdberge
c0a2871462 Added batched storage cache updates to avoid overloading the network when external storage handlers have lots of changes (for example for ProjectE Transmutation Tables) 2017-09-01 20:47:07 +02:00
raoulvdberge
3480d0490b Pressing SHIFT over an item in the Grid will no longer display the full unformatted count, instead, use CTRL + SHIFT and it will be displayed in the tooltip 2017-09-01 20:46:14 +02:00
raoulvdberge
f432755535 The Fortune Upgrade doesn't use NBT anymore to store the fortune level 2017-09-01 20:44:43 +02:00
raoulvdberge
4be5ac51d2 Don't use the cached knowledge provider for ProjectE 2017-09-01 11:56:27 +02:00
raoulvdberge
faa8aa717c Revert d2e1dc3141 - "Possible fix for #1386", fixes #1439 2017-09-01 11:46:21 +02:00
raoulvdberge
0c6be882e8 Added Project E integration, fixes #425 2017-09-01 11:41:44 +02:00
raoulvdberge
811bfeb291 Fixed incompatibility with owner tag 2017-09-01 09:53:59 +02:00
raoulvdberge
591f139f06 Always store owner of a network node 2017-09-01 09:51:12 +02:00
raoulvdberge
f9d4798750 Bump to 1.5.18 2017-09-01 09:49:30 +02:00
raoulvdberge
cd1467af16 Fixed crash with Grid, fixes #1416 2017-08-19 15:02:14 +02:00
raoulvdberge
fccd96f3e6 Re-added support for OpenComputers, fixes #1423 2017-08-19 14:58:29 +02:00
raoulvdberge
7c0839863e Bump to 1.5.17 2017-08-10 16:11:37 +02:00
raoulvdberge
4b7e0b7dbf Fixed Refined Storage not running in MC 1.12 and only on MC 1.12.1 2017-08-10 00:46:59 +02:00
raoulvdberge
4d48953e3f Fixed crash when configuring an Exporter, fixes #1413 2017-08-09 23:44:20 +02:00
raoulvdberge
1f6f18770a Fixed crash when placing a Controller, fixes #1413 2017-08-09 23:42:19 +02:00
raoulvdberge
dd2cab622e Bump to 1.5.16 2017-08-09 23:41:13 +02:00
raoulvdberge
0b9937c2d8 Added InventoryTweaks inventory sort ability in Refined Storage GUIs 2017-08-09 20:41:37 +02:00
raoulvdberge
3ac2afcb02 Fixed dupe bug with External Storage connected to an item handler, fixes #1407 2017-08-09 20:20:20 +02:00
raoulvdberge
9bea0a4f82 Fixed Refined Storage not drawing small text correctly with Unicode font 2017-08-09 13:37:46 +02:00
raoulvdberge
d2e1dc3141 Possible fix for #1386 2017-08-09 11:12:12 +02:00
raoulvdberge
43940741e8 Fixed External Storage not calculating max stack size in the calculation of it's capacity display in the GUI, fixes #1409 2017-08-09 11:10:14 +02:00
raoulvdberge
8f00b4cc73 Fixed Grid crash with search field, fixes #1410 2017-08-09 10:40:48 +02:00
raoulvdberge
4f168c8a82 Fixed External Storage not working without Storage Drawers 2017-08-08 22:38:35 +02:00
raoulvdberge
22e9f929d5 Fixed Grid crash with search history, fixes #1393 2017-08-08 10:20:19 +02:00
raoulvdberge
54c12f5652 Fixed Shulker Box dupe bug with Destructor, fixes #1402 2017-08-08 10:09:10 +02:00
raoulvdberge
e997b7e140 Fixed possible rare dupe bug with Importer, fixes #1401 2017-08-08 09:55:51 +02:00
raoulvdberge
11e420ea58 Bump Forge and JEI version, update changelog, small improvements 2017-08-08 09:48:10 +02:00
cooliojazz
90a137ea10 InventoryTweaks Support 1.12 (#1405)
* Added support for sorting with InventoryTweaks if it exists

* Cleaned up formatting

* Requested fixes.

* Style updates

* No logging
2017-08-07 23:07:57 +02:00
raoulvdberge
38ec6ea613 Fixed number formatting that looks weird in grid view 2017-08-07 23:07:07 +02:00
raoulvdberge
1a3e66cc72 Added CTM integration for Disk Manipulator, remove Processing Pattern Encoder GUI texture, fixes #1406 2017-08-06 19:46:51 +02:00
raoulvdberge
6f3343ac58 Apparently this fixes the build 2017-08-04 11:35:30 +02:00
raoulvdberge
74143ed0a7 Reformat code 2017-08-04 11:34:21 +02:00