Commit Graph

2682 Commits

Author SHA1 Message Date
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
cd1528438a Bump to 1.5.21 2017-10-16 19:27:04 +02:00
raoulvdberge
3832708dda Add todo 2017-10-10 17:39:47 +02:00
raoulvdberge
6addad2ce8 1.5.20: Restore MC 1.12.0 compatibility, fixes #1485 2017-10-09 19:28:56 +02:00
raoulvdberge
90f61f9ed4 Remove unused variable 2017-10-08 16:06:03 +02:00
raoulvdberge
e2f12625ce Add another RS addons hook 2017-10-04 20:16:09 +02:00
raoulvdberge
9dbd752b8c Fixed rare bug when server crashes on startup due to network node not existing, fixes #1478 2017-10-04 10:16:23 +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
99e4ea6d0a Fixed high CPU load when Refined Storage GUIs are open, fixes #1295 2017-10-03 22:39:38 +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
7572d3c0f3 Add another hook for RS Addons 2017-10-01 16:17:02 +02:00
raoulvdberge
37922ce867 Put domain in a getter so RS addons can override things 2017-10-01 13:42:47 +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
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