Commit Graph

2373 Commits

Author SHA1 Message Date
way2muchnoise
b6f83c81ee improvements to fluid io, fixes #635 2016-11-21 22:37:48 +01:00
davidog23
426a50fdfe New API method to allow to connect graphically other tiles to cables (#650)
* Added to the API the a method to connect graphically tile entities to cables

* Changed a Set of Class to Predicate<TileEntity> and moved it to the API class

* Unneeded imports. Sorry.

* Moved the addition of the connectable condition of INetworkMaster and INetworkNode to ProxyCommon class
2016-11-21 20:02:27 +01:00
way2muchnoise
3c1efa4fbc fixes #648, also updates the JEI version 2016-11-20 21:07:00 +01:00
way2muchnoise
558bbdf09e don't allow placing of fluids when there is less that 1b in the system, fixes #653 2016-11-20 20:47:28 +01:00
way2muchnoise
c8688fe8a6 don't take fluid when less than 1b in the system, #653 2016-11-20 20:46:02 +01:00
way2muchnoise
724b515e94 fixes #423 2016-11-20 20:42:01 +01:00
way2muchnoise
7217940504 get next stack from storages when first type wasn't enough, should fix #643 2016-11-20 20:29:33 +01:00
way2muchnoise
0b4f5f13ca add ISoldererRegistry#removeRecipe, resolves #634 2016-11-15 17:44:03 +01:00
way2muchnoise
d8e32913c3 fixes #612, @raoulvdberge is bad and he should feel bad 2016-11-14 22:05:47 +01:00
way2muchnoise
f33bf78226 also use that tool code in the CraftingStep, fixes #619 2016-11-14 21:45:39 +01:00
way2muchnoise
33e01ceb67 use correct compare when creating actual inputs, fixes #589 2016-11-14 21:41:44 +01:00
Raoul Van den Berge
ac5ab31ace Reader / writer GUI can't be opened when not clicking cable part. 2016-11-12 22:17:32 +01:00
Raoul Van den Berge
1dd498d51d Additional model cleanup. 2016-11-12 22:16:34 +01:00
Raoul Van den Berge
87acf71937 Model cleanup. 2016-11-12 22:04:57 +01:00
Raoul Van den Berge
d4ca8610a0 Make redstone reader/writer work again 2016-11-12 17:57:30 +01:00
Raoul Van den Berge
39d5e8fce5 Improve grid search 2016-11-12 17:36:07 +01:00
Raoul Van den Berge
22773df0d9 Add support for delete / return keys in reader writer gui 2016-11-12 12:20:12 +01:00
Raoul Van den Berge
d04749485d Added model for reader writer 2016-11-12 12:11:12 +01:00
Raoul Van den Berge
d4bc9465b1 Remove channel from all reader / writers if removed 2016-11-12 12:10:49 +01:00
Raoul Van den Berge
587c459e90 Tesla reader writer handler 2016-11-12 11:39:48 +01:00
Raoul Van den Berge
66785c689a Added reader writer handler for forge energy 2016-11-12 11:30:21 +01:00
Raoul Van den Berge
9b7f0824df Improve crafting monitor interface 2016-11-12 02:16:13 +01:00
Raoul Van den Berge
394908afe9 Added config option for reader / writer energy usage 2016-11-12 02:15:58 +01:00
Raoul Van den Berge
38d078cbcc Fluid reader writer handlers 2016-11-12 02:06:40 +01:00
Raoul Van den Berge
2a49e3faf0 Also expose a capability on the writers 2016-11-12 01:44:48 +01:00
Raoul Van den Berge
9630f66b6d Make class structure more logical + correctly stop redstone signal if channel is disabled 2016-11-12 01:22:26 +01:00
Raoul Van den Berge
729237918c Redstone reader writer handler 2016-11-11 16:14:01 +01:00
Raoul Van den Berge
aee42d2214 Expose reader cap 2016-11-11 15:55:51 +01:00
Raoul Van den Berge
27e6826db5 Reader / writer selection 2016-11-11 15:44:06 +01:00
Raoul Van den Berge
d633771708 Add writer block 2016-11-11 14:31:28 +01:00
Raoul Van den Berge
66ee91b722 Adding / removing reader writer channels 2016-11-11 14:25:21 +01:00
Raoul Van den Berge
30a3f7dcde Add reader writer gui 2016-11-11 13:55:59 +01:00
Raoul Van den Berge
8802116434 Add some neccesary API methods for the Reader Writer GUIs 2016-11-11 11:54:06 +01:00
Raoul Van den Berge
e59d7eee99 Fix errors 2016-11-11 11:49:36 +01:00
Raoul Van den Berge
18e239985d API improvements to the reader writer stuff 2016-11-11 11:47:23 +01:00
Raoul Van den Berge
172feb7917 Fix missing method 2016-11-10 23:50:40 +01:00
Raoul Van den Berge
cf5fc7b855 Add reader / writer API 2016-11-10 23:48:40 +01:00
Raoul Van den Berge
bdaa4d9554 Bump to 1.2.5 2016-11-10 23:48:13 +01:00
Raoul Van den Berge
cb269b162d Removed ability to put External Storages on Refined Storage network blocks 2016-11-10 22:14:07 +01:00
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