Commit Graph

807 Commits

Author SHA1 Message Date
raoulvdberge
810825649f The Grid now displays last modified information (player name and date) and size on tooltips of stacks 2017-11-24 23:40:15 +01:00
Raoul
f36e4680f6 Update CHANGELOG.md 2017-11-13 23:05:41 +01:00
raoulvdberge
4305b3cd8f Fixed fluids in Fluid Grid not showing actual mB on tooltip when pressing CTRL + SHIFT, fixes #1536 2017-11-13 22:53:31 +01:00
raoulvdberge
6e7471eaab Fixed Fluid Interface with Stack Upgrade not exporting liquids, fixes #1536 2017-11-13 22:50:38 +01:00
raoulvdberge
0905f2fb90 Fixed duplication bug with autocrafting, fixes #1500 2017-11-13 22:34:55 +01:00
Raoul
4f4b78a044 Update CHANGELOG.md 2017-11-11 13:57:38 +01:00
raoulvdberge
60214e6f0d Update changelog 2017-11-10 11:22:32 +01:00
raoulvdberge
0ad40e01b4 Fixed lag when opening a Grid with lots of items by offloading the grid sorting to another thread 2017-11-10 11:22:19 +01:00
raoulvdberge
14a11c8a1a Add jar signing, fixes #1514 2017-11-05 10:05:03 +01:00
raoulvdberge
92c0b2aece Added shortcut to clear Grid crafting matrix, fixes #1516 2017-11-04 20:20:56 +01:00
raoulvdberge
18b4fbe358 You can now re-insert a Pattern in the pattern output slot in the Pattern Grid to modify an existing pattern 2017-11-04 19:12:46 +01:00
raoulvdberge
15681b6ba4 Fixed not being able to use JEI R and U keys on Grid with tabs, fixes #1499 2017-10-29 22:29:31 +01:00
raoulvdberge
4cced6b4ba The Crafter can now only store 1 stack size pattern per slot 2017-10-29 22:08:02 +01:00
raoulvdberge
12c55641ee Fixed cable blocks, Wireless Transmitter, Detector and Portable Grid acting as full blocks (being able to place torches on them etc), fixes #1493 2017-10-19 22:48:40 +02:00
Lordmau5
8a978e4c40 Better implementation for crafting grid (#1496)
* Better implementation for crafting grid

Tackles #1368 and tries to fix it by caching the recipe to not call "CraftingManager.findMatchingResult" every single time it tries to craft

* Fix code-style and update changelog
2017-10-19 20:36:06 +02:00
raoulvdberge
0614ea6dbf Fixed crash with External Storage, fixes #1490 2017-10-16 21:14:31 +02:00
raoulvdberge
476de42b31 Updated Portuguese (Brazilian) translation, by Pinz714 2017-10-16 19:27:40 +02:00
raoulvdberge
6addad2ce8 1.5.20: Restore MC 1.12.0 compatibility, fixes #1485 2017-10-09 19:28:56 +02:00
raoulvdberge
7a00a1f903 Fixed rare bug when server crashes on startup due to network node not existing, fixes #1478 2017-10-04 10:14:00 +02:00
raoulvdberge
80b980dd45 Fixed not being able to craft Immersive Engineering Revolver, fixes #1465 2017-10-04 01:13:08 +02:00
raoulvdberge
d1c275d35e Fixed not being able to extract Mekanism tanks and bins from the Grid, fixes #1415 2017-10-04 00:15:51 +02:00
raoulvdberge
b29374882d Fixed high CPU load when Refined Storage GUIs are open, fixes #1295 2017-10-03 22:23:23 +02:00
raoulvdberge
171d30c434 Fixed device names overflowing Controller GUI 2017-10-02 22:35:21 +02:00
raoulvdberge
ed5537da01 Fixed Grid GUI crash, fixes #1469 2017-10-01 13:39:00 +02:00
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
17d4669439 Fixed Solderer resetting progress when the inventory changes, fixes #1453 2017-09-08 14:08:23 +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
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
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
6745ea8ff3 Fixed crash with GUI when toggling the Grid size quickly, fixes #1440 2017-09-02 14:21:11 +02:00
raoulvdberge
0fc75c5a43 Fixed some translations having too big "Craft" text 2017-09-01 20:57:05 +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
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
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
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
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
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