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 |
|
Raoul Van den Berge
|
454bc8f88c
|
Fixed not being able to start autocrafting in other dimensions with Network Transmitter / Network Receivers, fixes #406
|
2016-10-02 22:57:41 +02:00 |
|
Raoul Van den Berge
|
be6b5fb855
|
Fixed JEI overlay disappearing now and again, fixes #410
|
2016-10-02 22:46:27 +02:00 |
|
Raoul Van den Berge
|
54d60ea927
|
Update changelog, small fixes
|
2016-10-02 22:37:59 +02:00 |
|
Raoul Van den Berge
|
33f770b4b3
|
Revert "Anoter go at fixing #389, Part 2"
This reverts commit c126234f2c .
|
2016-10-02 22:31:15 +02:00 |
|
Raoul Van den Berge
|
fa3c53cefa
|
Revert "Update crafting monitors on change"
This reverts commit 8f6fb1582d .
|
2016-10-02 22:30:52 +02:00 |
|
Raoul
|
58bdcf1799
|
Merge pull request #408 from way2muchnoise/mc1.10
add recipe transfer in the solderer, fixes #407
|
2016-10-02 18:15:34 +02:00 |
|
way2muchnoise
|
bfced5d612
|
add recipe transfer in the solderer, fixes #407
|
2016-10-02 14:22:42 +02:00 |
|
Raoul Van den Berge
|
8f6fb1582d
|
Update crafting monitors on change
|
2016-10-01 13:44:04 +02:00 |
|
Raoul Van den Berge
|
c126234f2c
|
Anoter go at fixing #389, Part 2
|
2016-10-01 13:38:26 +02:00 |
|
Raoul Van den Berge
|
7a96c273e5
|
Small fixes
|
2016-10-01 13:05:21 +02:00 |
|
Raoul Van den Berge
|
0d99774db5
|
Revert "Another go at fixing #389"
This reverts commit 04aafa90ae .
|
2016-10-01 12:59:45 +02:00 |
|
Raoul Van den Berge
|
04aafa90ae
|
Another go at fixing #389
|
2016-10-01 00:04:28 +02:00 |
|
Raoul Van den Berge
|
ac81b24261
|
Fixed Detector hitbox
|
2016-09-29 21:57:00 +02:00 |
|
Raoul Van den Berge
|
92d820c16f
|
Fixed autocrafting getting stuck with processing patterns #389
|
2016-09-29 21:56:37 +02:00 |
|
Raoul Van den Berge
|
8a68fbb46c
|
Fixed crash when changing screens in autocrafting, fixes #394
|
2016-09-28 15:39:04 +02:00 |
|
Raoul Van den Berge
|
1b6c92f006
|
It is now possible to start a crafting task even if the crafting preview says you can't
|
2016-09-28 13:23:51 +02:00 |
|
Raoul Van den Berge
|
e1d9fc0f93
|
Update slogan
|
2016-09-28 13:19:39 +02:00 |
|
Raoul Van den Berge
|
121fe0b714
|
Version bump to 1.1.2
|
2016-09-28 13:17:20 +02:00 |
|
Raoul Van den Berge
|
6acab5279b
|
Update changelog
|
2016-09-28 13:16:39 +02:00 |
|
Raoul Van den Berge
|
39f9838823
|
Fix server crash, fixes #392
|
2016-09-28 08:26:56 +02:00 |
|
Raoul Van den Berge
|
843e84209f
|
Version bump to 1.1.1
|
2016-09-28 08:16:36 +02:00 |
|