Commit Graph

3026 Commits

Author SHA1 Message Date
raoulvdberge
c3a8484190 Fix crash with covers. 2018-07-04 20:32:52 +02:00
raoulvdberge
34536ec96a Add covers to JEI. 2018-07-04 20:25:35 +02:00
raoulvdberge
547f918411 Fixed some coverables not dropping covers. 2018-07-04 12:24:27 +02:00
raoulvdberge
542f2a61a9 Fixed bug where External Storage doesn't detect new inventory when rotating. 2018-07-04 12:08:57 +02:00
raoulvdberge
616020bb51 Implement covers for importers, exporters and external storage. 2018-07-04 12:04:30 +02:00
raoulvdberge
1d7b4bc6fa Covers block cable connections. 2018-07-04 11:02:03 +02:00
raoulvdberge
8da7b4f457 Initial cover code. Still some stuff to do. 2018-07-04 10:32:31 +02:00
raoulvdberge
8ded43774f Removed "compare oredict" buttons on Exporter, Importer, etc. 2018-07-03 13:49:24 +02:00
raoulvdberge
23a9b33a25 Add docs for IEnergy. 2018-07-03 13:03:29 +02:00
raoulvdberge
d56973b336 Add warning to IOneSixMigrationHelper getter. 2018-07-02 23:53:26 +02:00
raoulvdberge
1b3a36978e Remove filter in filter functionality on the container side. 2018-07-02 23:29:18 +02:00
raoulvdberge
d49ac4b9c9 Autoselect first tab when no tab is selected. (pt. 2) 2018-07-02 22:59:00 +02:00
raoulvdberge
929a7d671d Revert part of 362acea5c4. Should fix #1839 2018-07-02 22:58:30 +02:00
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