Commit Graph

2334 Commits

Author SHA1 Message Date
Raoul Van den Berge
4812ce9d18 Handle insert-only storages a bit better upon insertion 2016-11-10 22:09:57 +01:00
Raoul Van den Berge
b0b402e125 Fixed External Storage cache not working properly on Compacting Drawers, fixes #591 2016-11-10 21:46:34 +01:00
Raoul Van den Berge
da21752c40 Add specialized item storage for drawer groups, #591 2016-11-10 21:30:52 +01:00
Raoul Van den Berge
71e11909b9 Destructor needs to call the block break event 2016-11-09 20:53:34 +01:00
Raoul Van den Berge
60d9d860ce Fixed storage cache counting up, #591 2016-11-09 17:58:42 +01:00
Raoul Van den Berge
ec8438b6d2 Fixed Wrench working when player is not sneaking 2016-11-09 17:11:21 +01:00
Raoul Van den Berge
b5240a7d68 Fixed External Storage being in item and fluid mode at the same time, fixes #601 2016-11-09 16:50:04 +01:00
Raoul Van den Berge
21613fe9f7 Fixed Disk Drive stored quantity GUI text hovering over other text, fixes #595 2016-11-09 15:56:42 +01:00
Raoul Van den Berge
ddb5dd858f New grid filter system, fixes #602 2016-11-09 15:37:35 +01:00
Raoul Van den Berge
1e01243973 Protect reads from world being null 2016-11-09 13:41:20 +01:00
Raoul Van den Berge
e3657f693a Bump to 1.2.4 2016-11-09 13:39:09 +01:00
Raoul Van den Berge
6474e45212 RS 1.2.3 hugh mungus edition 2016-11-06 01:45:12 +01:00
Raoul Van den Berge
c5a4560688 RS 1.2.3 hugh mungus edition 2016-11-06 01:42:12 +01:00
Raoul Van den Berge
5dfa16f7b3 RS 1.2.3 hugh mungus edition 2016-11-06 00:54:28 +01:00
Raoul Van den Berge
d517a135f0 1.2.2 done 2016-11-05 23:56:03 +01:00
Raoul Van den Berge
0ee8ba827b Revert "Correctly save stuff, should work for Funky Locomotion integration"
This reverts commit f6b983f0b4.
2016-11-05 23:36:15 +01:00
way2muchnoise
42eef3d859 fixes #585 2016-11-05 23:03:25 +01:00
way2muchnoise
0356325a26 herp a derp, #581 and #584 2016-11-05 22:55:48 +01:00
Raoul Van den Berge
909d32cfb4 Fixes #582 "Exporter deletes items on 'Extract Only'"
The exporter would try to insert an item, and re-insert back the remainder if there is no space. However, for storages that use "extract only" the exporter would not be able to re-insert back the remainder, which leads to item loss.

To prevent this you can now run a simulate check on extractItem so the exporter can first check *if* the item can be inserted, and be sure there is no remainder.
2016-11-05 19:08:08 +01:00
Raoul Van den Berge
fd953a52f0 Don't construct crafting monitor elements if noone is watching 2016-11-05 17:43:55 +01:00
Raoul Van den Berge
f6b983f0b4 Correctly save stuff, should work for Funky Locomotion integration 2016-11-05 16:49:45 +01:00
Raoul Van den Berge
556e6d4e3a Bump to 1.2.2 2016-11-05 16:30:48 +01:00
Raoul Van den Berge
d92453e4fd Crafting monitor fixes 2016-11-05 14:57:45 +01:00
way2muchnoise
e623f52a84 add some form of texture to the wireless crafting monitor 2016-11-05 14:21:50 +01:00
Raoul Van den Berge
3ac074d082 Usage of lambda seems to be giving problems in a dev env, #468 2016-11-05 14:14:22 +01:00
Raoul Van den Berge
be2f038c18 Fixes #579 "Server Crash on startup" 2016-11-05 14:04:12 +01:00
Raoul Van den Berge
1d2dcb5d57 Update changelog 2016-11-05 14:04:12 +01:00
way2muchnoise
a61770a80d fixes #578, I wonder why this wasn't breaking everything :p 2016-11-05 00:36:59 +01:00
Raoul Van den Berge
d7b9d54c51 Fixed ext storage not updating 2016-11-04 23:12:59 +01:00
Raoul Van den Berge
c8b8ab722d Remove controller explosions 2016-11-04 22:51:59 +01:00
way2muchnoise
c9b51dbc80 fix for recipes requiring the output as an input
some mods are weird like that
2016-11-04 22:29:23 +01:00
Raoul Van den Berge
cc249f4eff Fix scheduleCraftingTask 2016-11-04 19:44:14 +01:00
Raoul Van den Berge
9bf71312fc Don't trigger JEI info when search bar is focused 2016-11-04 16:33:06 +01:00
Raoul Van den Berge
d688eaffe8 Change minimum JEI version required 2016-11-04 16:11:26 +01:00
Raoul Van den Berge
eb266f2506 Implement support for JEI R and U keys, fixes #484 2016-11-04 16:06:54 +01:00
Raoul Van den Berge
42847703bd Update dependencies 2016-11-04 15:27:01 +01:00
Raoul Van den Berge
3c05738584 You can decompose the fluid storage disk with count < 0, #520 2016-11-04 14:24:02 +01:00
Raoul Van den Berge
284f4ed653 Wireless Crafting Monitor done! 2016-11-04 14:22:29 +01:00
Raoul Van den Berge
bb0818ef18 Fix rebuilding elements for every player 2016-11-04 13:14:25 +01:00
Raoul Van den Berge
e4a189ea09 Fix crafting monitors 2016-11-04 13:07:12 +01:00
Raoul Van den Berge
6272d692ed Move crafting monitor behavior in an interface 2016-11-04 12:29:09 +01:00
Raoul Van den Berge
5e2cfc7a7e Fix class 2016-11-04 12:22:31 +01:00
Raoul Van den Berge
9842726f3f Refactor wireless grid API to allow for easy implementation of wireless crafting monitors 2016-11-04 12:20:10 +01:00
Raoul Van den Berge
2289b555d4 Bump to 1.2.1 2016-11-04 11:43:54 +01:00
Raoul Van den Berge
3a00119b6c Wrench doesn't use durability anymore + update changelog. 1.2 done 2016-11-03 22:37:44 +01:00
way2muchnoise
abef0f10ad more fixes to autocrafting and ore dict magic 2016-11-03 22:21:54 +01:00
Raoul Van den Berge
2f860db667 Apply icons and logo 2016-11-03 22:17:36 +01:00
Raoul Van den Berge
a803a81933 Implement disk near capacity state + update transmitter textures 2016-11-03 22:00:09 +01:00
way2muchnoise
c16b16b8bf use correct stacksizes 2016-11-03 21:54:52 +01:00
way2muchnoise
1ef9975196 fixes ore dict for processing patterns 2016-11-03 21:47:47 +01:00