Commit Graph

3563 Commits

Author SHA1 Message Date
raoulvdberge
290e9bd59c Update changelog. 2020-07-11 15:57:00 +02:00
Darkere
4d83c172e0 fix CrafterManagerContainer accepting items other than CraftingPattern (#2601) 2020-07-11 15:56:08 +02:00
raoulvdberge
a5e0060a56 Call cycle on possible fluid inputs. 2020-07-11 15:54:59 +02:00
raoulvdberge
9e19adc80e Fix bug #2592 and update changelog for a0385e2477 2020-07-11 15:52:51 +02:00
Darkere
a0385e2477 reserve items used by CraftingTask to prevent using them more than on… (#2557)
* reserve items used by CraftingTask to prevent using them more than once fixes #2155

* Revert "reserve items used by CraftingTask to prevent using them more than once fixes #2155"

This reverts commit c0fea5d1

* extractInitial when first adding a CraftingTask

* fix formatting

* some cleanup

* make extractInitial private again
check for missing before starting task
2020-06-28 13:07:59 +02:00
raoulvdberge
2933dee849 Remove v5 autocrafting engine, add CraftingTaskState. 2020-06-27 21:21:03 +02:00
raoulvdberge
42e9a664c5 Small fixes. 2020-06-27 20:58:01 +02:00
raoulvdberge
6a2c724519 Update changelog. 2020-06-27 20:50:54 +02:00
raoulvdberge
9778b36015 Some code cleanup. 2020-06-27 20:50:16 +02:00
Darkere
1591ad2239 Batch network extraction on shift crafting fixes #2104 (#2560)
* Batch network extraction on shift crafting potential fix for #2104

* resolve requested changes

* resolve more requested changes
2020-06-27 20:18:11 +02:00
raoulvdberge
72de77f21c Fixed internal crafting inventory not being returned when Controller is broken. Fixes #2396 2020-06-27 14:18:50 +02:00
raoulvdberge
0895ebd6ff Remove autocrafting versioning from crafting preview screen. Fixes #2431 2020-06-27 14:10:27 +02:00
raoulvdberge
8690f0b90e Fixed Controller always using energy, even when disabled with redstone. Fixes #2505 2020-06-27 14:04:23 +02:00
raoulvdberge
0ec0cc284b Fixed Wireless Crafting Monitor not closing properly. Fixes #2525 2020-06-27 13:33:37 +02:00
raoulvdberge
90c93692ed Fixed Regulator mode item and fluid counts not saving properly. Fixes #2517 2020-06-27 13:06:33 +02:00
raoulvdberge
ff3277368d Implement grid change in #2331 2020-06-27 12:35:48 +02:00
raoulvdberge
d2e8ed5342 Bump to 1.8.7 2020-06-27 12:33:19 +02:00
raoulvdberge
8fcee5633f Update changelog 2020-06-26 16:19:16 +02:00
Darkere
a8920eea15 fix ConstructorNetworkNode not extracting on placement (#2584) 2020-06-21 13:57:21 +02:00
raoulvdberge
84d1802431 Bump to 1.8.6 2020-06-18 13:34:40 +02:00
raoulvdberge
2d1977e3b3 Update changelog 2020-06-18 13:32:48 +02:00
Darkere
196192786d minor changes to shift crafting behavior (#2561)
* minor changes to shift crafting behavior

* revert shift crafting only crafting until current stack size of crafting slots.
2020-06-18 13:32:12 +02:00
raoulvdberge
76cf8a1de6 Update changelog 2020-06-18 13:31:41 +02:00
raoulvdberge
cdfa0a4dae Update URLs 2020-06-15 15:28:58 +02:00
raoulvdberge
62b2a81e5e Remove unused translation keys 2020-06-15 10:05:09 +02:00
raoulvdberge
73897f0eb4 Update changelog 2020-06-15 09:57:14 +02:00
DirectorX
3f104fe134 Converted language files from LANG to JSON, added ja_jp.json, "beautify" en_us.json (#2571)
* Converted de_de.lang to json

* Converted es_es.lang to json

* Converted fr_fr.lang to json

* Added ja_jp.json

Co-Authored-By: KusozakoAtama10k <kusozakoatama10k@users.noreply.github.com>

#2501

* Converted ko_kr.lang to json

* Converted nl_nl.lang to json

* Converted pt_br.lang to json

* Converted ru_ru.lang to json

* Improved localization
* Added missing lines (from new versions)
* Fixed spelling mistakes

* "Beautify" en_us.json for better reading
2020-06-15 09:43:39 +02:00
Darkere
3f281708c0 Fix shiftcrafting using player (#2564) 2020-06-15 09:41:08 +02:00
Darkere
8a68ea56ce Fix dupes with FilterSlots (#2567) 2020-06-10 23:07:41 +02:00
Darkere
09d76e6200 Batch network extraction on shift crafting potential fix for #2104 (#2559) 2020-06-07 16:49:41 +02:00
Darkere
ddd29e1419 unlock crafter when cancelling task, implements #2170 (#2558) 2020-06-07 12:20:53 +02:00
Darkere
6830a1858d fix external storage showing as overfull (#2529) 2020-06-07 12:18:09 +02:00
Darkere
0341e6a79b fix not found hander inserting disks into itself fixes #2528 fixes #2190 (#2548)
* fix not found hander inserting disks into itself fixes #2528 fixes #2190

* fix formatting
2020-06-07 12:16:57 +02:00
Darkere
d4994193b0 fix constructor extracting 2B from network upon placing fixes #2523 (#2549)
* fix constructor extracting 2B from network upon placing fixes #2523

* turns out it does check for air now
2020-06-07 12:16:10 +02:00
Darkere
9007e408a8 fix stackoverflow caused by exporter with regulator upgrade fixes #2537 (#2547) 2020-06-07 12:13:27 +02:00
Darkere
6222ed1c33 don't expose ItemHandler to crafter's facing side implements #2512 (#2550) 2020-06-07 12:11:24 +02:00
Darkere
609501d586 Fix detector not updating to correct values fixes #2428 (#2555)
* Fix detector not updating to correct values fixes #2428

* fix formatting
2020-06-07 12:10:59 +02:00
Darkere
e484d37931 fix contructor placing filter instead of stored item fixes #2540 (#2546) 2020-06-07 12:10:10 +02:00
raoulvdberge
439a0b543b Update package name 2020-05-26 22:07:12 +02:00
raoulvdberge
0b69168048 Update build badge for ci.refinedmods.com 2020-05-26 21:46:36 +02:00
raoulvdberge
2857cd71da Update mods.toml 2020-05-26 20:47:20 +02:00
raoulvdberge
02b3441def Update copyright2 2020-05-26 20:40:48 +02:00
raoulvdberge
42e7390064 Update copyright 2020-05-26 20:35:15 +02:00
raoulvdberge
2fe96f6405 Bump to 1.8.5 2020-05-26 20:02:54 +02:00
raoulvdberge
d290f0b529 Update changelog 2020-05-26 19:58:18 +02:00
Darkere
3e44abc154 fix bug that prevents preview if items are missing (#2534) 2020-05-26 19:57:07 +02:00
Darkere
024f2e6797 Move FinishCalculation from first update to the end of calculation. (#2500) 2020-04-30 15:40:56 +02:00
raoulvdberge
1f4936be51 fix 2020-04-29 20:26:38 +02:00
raoulvdberge
a0e2cc247e Bump to 1.8.4 2020-04-29 19:47:02 +02:00
raoulvdberge
8eaf7359e9 Fix memory leak and add additional logging 2020-04-29 19:33:38 +02:00