Commit Graph

1755 Commits

Author SHA1 Message Date
Raoul Van den Berge
a88fb4dbc6 Remove duplicate diskdrive textures 2016-10-09 16:44:08 +02:00
Raoul Van den Berge
32c59ef23f Fixed fluid rendering bugs out sidebuttons, fixes #447 2016-10-09 16:38:23 +02:00
Raoul Van den Berge
642e511cdd Fixed items with colored tooltip are uncolored in grid, fixes #446 2016-10-09 16:30:52 +02:00
Raoul Van den Berge
aded4c9408 Rename RSAPI to RSAPIInject 2016-10-09 16:03:54 +02:00
Raoul Van den Berge
fab1b00dea Backport disk drive fix 2016-10-09 16:03:00 +02:00
Raoul Van den Berge
853116c1d8 Move some methods to RSUtils 2016-10-09 15:56:52 +02:00
Raoul
d508970e53 Merge pull request #445 from InusualZ/InusualZ-fix-435
Fix #435 & Little bit more
2016-10-09 15:08:08 +02:00
InusualZ
4379f536ee Fix #435 & Little bit more 2016-10-09 08:53:19 -04:00
Raoul Van den Berge
40e5433413 Detector without filter should detect total storage count, fixes #436 2016-10-08 22:16:46 +02:00
Raoul Van den Berge
51fe0abdb9 Stack upgrade in importer/exporter/fluid interface in fluid mode does 64 buckets, fixes #424 2016-10-08 22:03:26 +02:00
Raoul
a47797be21 Merge pull request #441 from way2muchnoise/mc1.10
add API deliver based on an annotation
2016-10-08 21:36:28 +02:00
way2muchnoise
fbc613271e add API deliver based on an annotation 2016-10-08 21:02:09 +02:00
Raoul Van den Berge
423696d89a Show IProcessable items in crafting monitor too 2016-10-08 00:11:19 +02:00
Raoul Van den Berge
09b0620c85 CraftingMonitorElementText 2016-10-07 23:40:48 +02:00
Raoul Van den Berge
a411fdacad Merge remote-tracking branch 'origin/mc1.10' into mc1.10 2016-10-07 23:16:05 +02:00
Raoul Van den Berge
b7f48357c1 Use IItemStackList for toTake 2016-10-07 23:15:49 +02:00
Raoul
880e535074 Merge pull request #430 from geldorn/void_excess_storage_block
Added an option to storage blocks to void items
2016-10-07 22:54:14 +02:00
Geldorn
6ee3cb7df3 Some more coding style corrections. 2016-10-07 22:48:54 +02:00
Raoul Van den Berge
fff627b2ec Remove SoldererRecipe - it's now a factory method in ISoldererRegistry 2016-10-07 22:39:50 +02:00
Geldorn
0f71ca9d7f Merge branch 'mc1.10' of https://github.com/raoulvdberge/refinedstorage into void_excess_storage_block 2016-10-07 12:34:43 +02:00
Geldorn
fc554c288f Coding style corrections, naming corrections. 2016-10-07 12:30:09 +02:00
Raoul Van den Berge
f86f5d5553 Remove NetworkUtils - it's now default methods all the way! 2016-10-07 03:11:29 +02:00
Raoul Van den Berge
ae1117f8be Remove CompareUtils - it's now in IComparer 2016-10-07 02:46:59 +02:00
Raoul Van den Berge
57954276da Ancients legends didn't say anything about forgetfulness 2016-10-07 02:31:17 +02:00
Raoul Van den Berge
e689d2a6eb "There is no need to verbose", ancients legends said 2016-10-07 02:30:17 +02:00
Raoul Van den Berge
51a9ead259 Add docs 2016-10-07 02:24:10 +02:00
Raoul Van den Berge
ca47253ecd Make the new crafting task use the IItemStackList 2016-10-07 02:18:58 +02:00
Raoul Van den Berge
3ee04b6480 IItemStackList holds some behavior that I don't want to duplicate everywhere 2016-10-07 02:10:45 +02:00
Raoul Van den Berge
48bb49ceeb Fix wrong quantity stuff 2016-10-07 01:55:29 +02:00
Geldorn
96f17eb41a Localization for void excess strings. 2016-10-06 23:06:22 +02:00
Geldorn
a127a265e2 Fixed the problem with the storage system item count increasing when voiding stuff. 2016-10-06 22:17:48 +02:00
Geldorn
c502e3758f Added void excess items functionality to storage blocks (counts not working correctly). 2016-10-06 21:52:09 +02:00
Raoul Van den Berge
61270e0f67 Add docs 2016-10-06 15:25:45 +02:00
Raoul Van den Berge
c3721c2561 Apply speed to running of tasks 2016-10-06 15:13:20 +02:00
Raoul Van den Berge
9eb1ecbcf1 Move ICraftingMonitorElement to the API, so any api consumer can choose how their tasks look like in the crafting monitor! 2016-10-06 14:56:54 +02:00
Raoul Van den Berge
6d39cca5ad ICraftingMonitorElement for the win 2016-10-06 14:36:35 +02:00
Raoul Van den Berge
33053dbddb Make crafting monitor semi-functional again 2016-10-06 14:12:36 +02:00
Raoul Van den Berge
af06c44b1e Detect when inserted for processing patterns 2016-10-05 22:44:10 +02:00
Raoul Van den Berge
63de18499d Work the new crafting system in the code. Messy, unfinished and untested 2016-10-05 21:58:42 +02:00
Raoul Van den Berge
f57dc0c3d3 Fix not actually taking items 2016-10-05 21:23:26 +02:00
Raoul Van den Berge
128d65d1a4 Add processing pattern support to V2 crafting tasks 2016-10-05 21:17:13 +02:00
Raoul Van den Berge
c9e525c505 Fix modifying JEI data 2016-10-05 20:20:03 +02:00
Raoul Van den Berge
64f9e23335 Make the slot clear before recipe is transferred to pp encoder 2016-10-05 20:12:05 +02:00
Raoul
507a3ff02e Merge pull request #422 from way2muchnoise/mc1.10
Adds universal RecipeTransferHandler for the ProcessingPatternEncoder
2016-10-05 16:24:11 +02:00
way2muchnoise
48eabfbb09 update forge and remove unused imports 2016-10-05 16:04:42 +02:00
way2muchnoise
40a8884c81 add universal RecipeTransferHandler for the ProcessingPatternEncoder 2016-10-05 16:00:23 +02:00
Raoul Van den Berge
73cb8c0cd1 Fix crafting task extras 2016-10-04 21:55:36 +02:00
Raoul Van den Berge
46d108e5e1 Fixed resetting a stack of patterns yields 1 blank pattern, fixes #415 2016-10-04 20:53:15 +02:00
Raoul Van den Berge
1739409a05 Very rough code for the new crafting system 2016-10-03 20:30:12 +02:00
Raoul Van den Berge
5ae70030e9 Bump to 1.2 2016-10-03 20:29:48 +02:00