Commit Graph

3563 Commits

Author SHA1 Message Date
raoulvdberge
592c566cb7 Fixed wireless grid not changing search box mode. 2018-07-02 22:51:28 +02:00
raoulvdberge
3db7d8d029 Autoselect first tab when no tab is selected. 2018-07-02 14:06:07 +02:00
raoulvdberge
7ea20314b2 Fixed crafting tasks stealing from each other and causing stalls. 2018-07-02 13:53:01 +02:00
raoulvdberge
c7d369d899 Fix oredict option on patterns for items that have no oredict entry. 2018-07-02 12:33:01 +02:00
raoulvdberge
5ca5160583 Sort the crafter manager containers. 2018-07-02 12:10:26 +02:00
raoulvdberge
b40fe6d360 Change simulate arg to Action enum. 2018-07-01 19:20:02 +02:00
raoulvdberge
2265bf5d6b Fixed small bug introduced in bb09a46f1f. 2018-07-01 16:38:23 +02:00
raoulvdberge
a987dcda1f Fixed bug where item storage tracker didn't save on large items. 2018-07-01 14:33:47 +02:00
raoulvdberge
02f528b4c3 Change compare button text once more. 2018-07-01 14:22:03 +02:00
raoulvdberge
cea4afeacc Fixed issue with empty stacks in autocrafting during (de)serialization. 2018-07-01 14:21:24 +02:00
raoulvdberge
6537e55666 Fixed crafting task being able to run with missing items. 2018-07-01 13:07:18 +02:00
raoulvdberge
bb09a46f1f Change crafting monitor task tooltip. 2018-07-01 12:46:12 +02:00
raoulvdberge
a908cbdaf0 If we do continue with extracting, update the status! 2018-06-30 17:25:36 +02:00
raoulvdberge
b231641b1b Check if all is extracted before a processing task can be finished. 2018-06-30 17:18:41 +02:00
raoulvdberge
fb19aa2983 Let processing tasks insert immediately to avoid conflicts. 2018-06-30 17:15:18 +02:00
raoulvdberge
d316fb0e5a Fix controller appearing as active when redstone mode is set to disabled. 2018-06-30 08:37:35 +02:00
raoulvdberge
37f09be4bf Change cutting tool texture (CyanideX) 2018-06-28 23:36:17 +02:00
raoulvdberge
9c2ee4d54b Make cut processors take cut silicon and redstone as well. 2018-06-28 22:55:02 +02:00
raoulvdberge
c5f6d34a27 Mirror cutting tool texture. 2018-06-28 22:54:43 +02:00
raoulvdberge
a24de5623d Fixed inactive nodes taking energy. 2018-06-28 22:54:22 +02:00
raoulvdberge
6d36071c14 Change cutting tool recipe and texture. 2018-06-28 17:13:11 +02:00
raoulvdberge
5331613756 Tweak some advancements. 2018-06-28 15:42:12 +02:00
raoulvdberge
ece56bc67e Removed some advancements. 2018-06-28 15:28:55 +02:00
raoulvdberge
448a2107c1 Rename compare buttons. 2018-06-28 15:03:14 +02:00
raoulvdberge
fea620c48d Solderer removal.
- Removed Solderer.
- Added cutting tool.
- Renamed "Printed Processors" to "Cut Processors"
- Made autocrafting reuse reusable items like the cutting tool.
2018-06-28 14:56:28 +02:00
Samtrion
f546177ddc Fixed a minor problem with redudant calls to world.getBlockState(pos) (#1835)
* Fixed minor performance issue with world.getBlockState(pos)

* Removed redundant cast call

* Update TilePortableGrid.java

Unnecessary blank line removed

* Removed some more redundant cast call

* Removed Changelog entry

* Undo Casts

* Update BlockBase.java

Undo casts

* Undo Changes - CapabilityProviderEnergy
2018-06-27 16:17:33 +02:00
raoulvdberge
b34b0ea09c Correct attribution. 2018-06-27 14:50:29 +02:00
Samtrion
51c0274062 Update RSConfig.java (#1833)
Added READER_WRITER to ConfigElements List
2018-06-27 12:21:34 +02:00
Samtrion
cdd6583586 Update CHANGELOG.md (#1834) 2018-06-27 12:21:23 +02:00
raoulvdberge
e0dc8a1219 Added config option to change Reader / Writer channel energy capacity. Fixes #1754 2018-06-27 11:33:51 +02:00
raoulvdberge
7dd5119ba8 Added config option to configure energy capacity of Refined Storage items. Fixes #1521 2018-06-27 11:22:00 +02:00
raoulvdberge
8b893aecb7 Add server to client config sync. 2018-06-27 11:06:26 +02:00
raoulvdberge
89b7d2bfc8 Fixed crash when moving a wireless item with the number keys. Fixes #1766 2018-06-26 23:56:39 +02:00
raoulvdberge
f69feacd68 Added "Search box mode" button to the Crafter Manager. Fixes #1755 2018-06-26 23:44:06 +02:00
raoulvdberge
c595a5082d Fixed shift clicking a created pattern going into Grid inventory. Fixes #1653 2018-06-26 19:44:44 +02:00
raoulvdberge
d9ccd97871 Complete PR for #1730. Fixes #1730 2018-06-26 19:15:29 +02:00
raoulvdberge
06a762022c Added External Storage API (#1460). Fixed bug where External Storage could only handle 1 fluid inventory per block (#1034). 2018-06-26 19:03:13 +02:00
Samtrion
7465970667 RS API Extension - Network Energy Core (#1829)
* RS API Extension - Network Energy Core for #1823
+ ADDED: Config option to adjust max receive rate for the controller

* Fixed points of code review.

* Fixed minor styling issues, and missing renames

* NAARR

* Update TilePortableGrid.java

* Update TilePortableGrid.java

* Update TileController.java

* Update EnergyProxy.java

* Update IEnergy.java

* Update Energy.java

* Update TileController.java

* Update TilePortableGrid.java
2018-06-25 18:57:13 +02:00
Patrick Decoster
6929566324 Implemented getStorage command for OC integration (#1828)
* Added first iteration of getStorage command for OC integration

* Attempted to add an option to fetch the UUID of a Storage Disk.
Ended up having to return a randomly generated UUID for now.

* Add logic for traversing the fluid storage cache

* Removed unused import
2018-06-25 11:46:30 +02:00
raoulvdberge
2facd3288b Removed "void excess items or fluids" functionality on storages 2018-06-25 09:34:45 +02:00
raoulvdberge
9b3b83e246 Removed "void excess items or fluids" functionality on storages 2018-06-25 09:33:23 +02:00
raoulvdberge
5ea1d15674 Remove confusing changelog entry. 2018-06-21 20:19:37 +02:00
raoulvdberge
f5b59e3bf4 Add annotation. 2018-06-19 23:39:11 +02:00
raoulvdberge
2f0b01b262 Fixes issue #1575 "Using interfaces for minimum stock levels fails when requester is also an interface". 2018-06-19 23:38:14 +02:00
raoulvdberge
362acea5c4 Fixed bug where Crafting Upgrade on Interface kept too many items in stock. Fixes #1725 2018-06-19 22:39:43 +02:00
raoulvdberge
e37168d172 Update gitignore. 2018-06-19 21:17:06 +02:00
raoulvdberge
62aaacb57a Prevent accidental Grid scrollbar click after clicking JEI recipe transfer button. Fixes #1821 2018-06-19 19:34:29 +02:00
raoulvdberge
5572c3ae09 Prevent accidental Grid scrollbar click after clicking JEI recipe transfer button. Fixes #1821 2018-06-19 19:33:03 +02:00
raoulvdberge
10da57fe28 Remove terrible Perl translation-diff script. 2018-06-19 17:33:16 +02:00
raoulvdberge
c164213edc Fixed the Crafter crashing when opening it while connected to a Primal Tech Grill or Kiln. Fixes #1776 2018-06-19 16:14:56 +02:00