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
Darkere
a8920eea15
fix ConstructorNetworkNode not extracting on placement ( #2584 )
2020-06-21 13:57:21 +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
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
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
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
2857cd71da
Update mods.toml
2020-05-26 20:47:20 +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
8eaf7359e9
Fix memory leak and add additional logging
2020-04-29 19:33:38 +02:00
raoulvdberge
f0d45b8776
Add regulator upgrade texture
2020-04-26 21:59:32 +02:00
raoulvdberge
a146288668
Added the Regulator Upgrade that can be inserted into a Exporter. This ensures a certain amount of items and fluids is kept in stock in a connected inventory
2020-04-26 19:16:34 +02:00
raoulvdberge
e0fa6f25e0
Improve hitbox checking
2020-04-26 16:30:53 +02:00
raoulvdberge
7394396a0a
Fixed Controller always using the base usage even when turned off. Fixes #2478
2020-04-26 16:03:27 +02:00
raoulvdberge
02d6ac253e
Fixed Exporter not exporting anything when using a Stack Upgrade and there isn't space for 64 items in the inventory. Fixes #2128
2020-04-26 15:53:48 +02:00
raoulvdberge
679a04d39f
Wireless Transmitters can now be placed on any block and in any direction. Fixes #2173
2020-04-26 15:42:06 +02:00
raoulvdberge
b0d86b2e11
1.12.2 backports
2020-04-26 12:36:13 +02:00
Darkere
6724969c1b
Autocrafting engine v6 ( #2406 )
...
* change CraftingPreviewScreen from full resourcelocation to just the version
* added v6 engine for autocrafting
* fix craftingpreview count for requested items
* fix crafting monitor not displaying errors
and displaying empty crafts in some cases
* fix fluid crafting not working for multiple iterations
* Revert "change CraftingPreviewScreen from full resourcelocation to just the version"
This reverts commit 7dd90c47
This should really have been it's own PR/issue
* fix crash with craftingMonitor
2020-04-25 22:35:44 +02:00
raoulvdberge
4a2dbcac7c
Update forge, mappings and changelog
2020-04-25 21:30:26 +02:00
Liang
48a1ada759
convert zh_cn lang to json ( #2418 )
2020-04-25 20:16:48 +02:00
ForFunPenguin
7950be0dfc
Create zh_tw.json ( #2423 )
...
* Create zh_tw.json
* Update zh_tw.json
2020-04-25 20:16:14 +02:00
Darkere
a55e19ce96
fix storage block dropping extra processor ( #2460 )
2020-04-25 20:15:21 +02:00
Darkere
7a70d42bcc
add waterlogging to all cable blocks ( #2461 )
...
* add waterlogging to all cable blocks
* add overrides
2020-04-25 20:15:09 +02:00
Arthur-o-b
f62164c6ed
Update pt_br.lang ( #2469 )
...
Small improvements i noted could be made in-game.
2020-04-25 20:14:42 +02:00
Jeremiah Winsley
d0969bd33c
Add forge:silicon tag for mod compatibility ( #2489 )
2020-04-25 20:13:56 +02:00
raoulvdberge
0b35a5337a
Update Forge to latest
2020-01-30 11:43:32 +01:00
raoulvdberge
94b7ff993e
Update changelog, small fixes
2020-01-30 11:29:52 +01:00
Oleg Kalandarashvili
15013cb4b2
Fluid mode for storage monitor. Implements #2234 ( #2413 )
2020-01-30 10:58:47 +01:00
Darkere
0199c9b853
small recipe fix ( #2405 )
...
* recipes may use given Ingredients when recipe provides and empty list for alternatives
* remove language key
2020-01-25 22:12:20 +01:00
raoulvdberge
915e0b5085
Fix table
2020-01-25 20:27:54 +01:00
raoulvdberge
847befeeb1
Version autocrafting code
2020-01-25 20:24:59 +01:00
raoulvdberge
723c311809
Port to Minecraft 1.15.2
2020-01-24 22:53:01 +01:00
raoulvdberge
0a292a4e6b
Remove outdated images
2020-01-21 20:59:22 +01:00