Commit Graph

803 Commits

Author SHA1 Message Date
raoulvdberge
c05b6ec04f GregTech Community Edition items are now banned from rendering on Refined Storage patterns because they are causing crashes. Fixes #2227 2019-07-21 14:36:31 +02:00
raoulvdberge
3408f09213 Fixed crash when opening Crafter Manager with FTB Quests installed. Fixes #2226 2019-07-21 11:43:38 +02:00
raoulvdberge
ab0f78016a Fixed JEI hotkeys not working on fluid filter slots. Fixes #2211 2019-07-20 18:14:03 +02:00
raoulvdberge
f45d517d09 Update changelog. 2019-07-20 16:34:51 +02:00
Darkere
e98de41648 Removed old code ignoring bucket amounts above 1 Fixes #2171" (#2223)
* Removed old code ignoring bucket amounts above 1 Fixes #2171"

* Added Crafters updating open grids if they receive a new pattern implements #2088

* Revert "Added Crafters updating open grids if they receive a new pattern implements #2088"

This reverts commit e5169503
2019-07-20 16:32:02 +02:00
raoulvdberge
214bb4ed7f 1.6.14: Fixed server crash. 2019-03-23 18:46:50 +01:00
raoulvdberge
5b539c1eb0 Reserve CTRL+G for RS addons. 2019-03-23 14:51:04 +01:00
raoulvdberge
cecf4927cc Added Grid quantity formatting for item counts over 1 billion. Fixes #2184 2019-03-04 14:06:35 +01:00
raoulvdberge
53b3c14e7f Fixed Crafting Pattern not rendering tile entity items like a chest. Fixes #609 2019-03-04 13:43:48 +01:00
raoulvdberge
f30571cb48 Update changelog 2019-03-04 13:37:59 +01:00
raoulvdberge
142fbf91cb Update changelog 2019-01-28 23:41:15 +01:00
Cydhra
901f5df2a5 updated german translation (#2137) 2019-01-28 23:40:14 +01:00
raoulvdberge
cef892f199 Rewrite network item system. Added keybindings to open wireless items. The default one set to open a Wireless Grid is CTRL + G. 2018-12-11 22:00:49 +01:00
raoulvdberge
cb58826f1e Fixed Interface with Crafting Upgrade being stuck if an earlier item configuration has missing items or fluids. Fixes #2114 2018-12-01 16:55:46 +01:00
raoulvdberge
61405f41b4 Fixed storage GUIs overflowing on large numbers. Fixes #2098 2018-11-28 21:26:12 +01:00
raoulvdberge
3fb53378ca Fixed slight performance issue with loading Crafters from disk. Fixes #2106 2018-11-28 21:02:21 +01:00
raoulvdberge
168c3c6a6b Fixed External Storage sending storage updates when it is disabled. Fixes #2110 2018-11-28 20:54:23 +01:00
raoulvdberge
f5beae667c Increased the speed of autocrafting. Fixes #2066
Added a completion percentage to the Crafting Monitor
2018-11-26 20:56:37 +01:00
raoulvdberge
1005843d86 RS 1.6.11: Fixed blocks neighboring a controller breaking when returning from a dimension in a unchunkloaded area. Fixes #2101. Replaces a fix for #2069. 2018-11-24 21:37:03 +01:00
raoulvdberge
d2d7cd6944 Update changelog. 2018-11-23 18:00:08 +01:00
raoulvdberge
60ada318d4 Removed the Interdimensional Upgrade. Removed the FE/t cost per block in the Network Transmitter. 2018-11-19 21:22:01 +01:00
raoulvdberge
a45f5d6c08 Fixed oredict mode in autocrafting not working at all. Fixes #2060 2018-11-18 17:37:48 +01:00
raoulvdberge
9afcd9e392 Fixed another duplication bug with a disconnected Crafting Grid. Fixes #2094 2018-11-18 17:03:19 +01:00
raoulvdberge
b2ecc5c06d Fixed crafting task stalling when there's not enough space in the inventory. Fixes #2051 2018-11-18 16:57:37 +01:00
raoulvdberge
efbaeaf650 Fixed client stalling when trying to search with # for tooltips. Fixes #2085 2018-11-17 13:49:05 +01:00
raoulvdberge
156d01441d Update changelog. 2018-11-17 12:44:13 +01:00
raoulvdberge
73d8cb3310 Fixed OpenComputers voiding items with extract item API when there is no inventory space. Fixes #2081 2018-11-17 12:12:58 +01:00
raoulvdberge
90a0ddfdd7 Fixed CraftingTweaks buttons resetting sometimes in the Crafting Grid. 2018-11-17 11:59:55 +01:00
raoulvdberge
7e4423881e Some OC API changes.
- Removed getMissingItems() and getMissingFluids() functions from the OpenComputers integration, that info is now accessible through schedule(Fluid)Task(). If you just want to check if there are missing items/fluids but don't want to start an actual task, use the "canSchedule" parameter.
- Added fluid functions for the fluid autocrafting to the OpenComputers integration.
2018-11-01 23:32:06 +01:00
raoulvdberge
f40cd21f27 Fixed OpenComputers integration causing log spam when getting processing patterns. Fixes #2070 2018-11-01 22:42:38 +01:00
raoulvdberge
67197c8d8c Fixed OpenComputers integration not giving back a crafting task instance in the schedule task API. Fixes #2071 2018-11-01 22:40:27 +01:00
raoulvdberge
fdd007504f Fixed network node scanning allowing multiple controllers in some cases. Fixes #2069 2018-11-01 21:38:31 +01:00
raoulvdberge
68e857cc9c Fixed bug where the Pattern Grid doesn't update it's output slot when manually configuring a crafting pattern. Fixes #2057 2018-10-31 20:41:08 +01:00
raoulvdberge
982d2562f9 Fix changelog typo. 2018-10-31 17:40:58 +01:00
raoulvdberge
4bbee377f6 Fixed fluid inputs/outputs in the Pattern Grid not being set when you re-insert a Pattern with fluid inputs/outputs. Fixes #2063 2018-10-31 17:21:43 +01:00
raoulvdberge
750d4bc9fd Don't display advanced tooltip in Crafting Monitor. Fixes #2067 2018-10-31 17:11:32 +01:00
raoulvdberge
af98e5126a You can now interact with the fluid container input slot in the Fluid Interface. Fixes #2053 2018-10-27 20:08:59 +02:00
raoulvdberge
ec0964248c Fixed "Extracting Certain Items Breaking Most World Interactions". Fixes #2055 2018-10-27 19:57:07 +02:00
raoulvdberge
20628f9bf7 Fixed client FPS stuttering when opening a Crafting Grid. 2018-10-26 20:54:46 +02:00
raoulvdberge
2f0b7b3eba Fixed OpenComputers "unknown error" when using extract item API. Fixes #2049 2018-10-22 19:37:00 +02:00
raoulvdberge
f17f31acec Fixed Ender IO incompatibility. 2018-10-20 12:09:01 +02:00
raoulvdberge
fc138b22ee Recipe tweaks. 2018-10-19 20:55:27 +02:00
raoulvdberge
3d6ab99772 Update changelog. 2018-10-18 22:07:00 +02:00
raoulvdberge
ec89e43e35 Fixed autocrafting + external FLUID storage dupe. Fixes #2037 2018-10-17 21:30:10 +02:00
raoulvdberge
db9d21bbe3 Fixed crafting task losing internal buffer when network runs out of energy. Fixes #1995 2018-10-16 19:49:22 +02:00
raoulvdberge
8c3836cbed Fixed a duplication bug when pressing clear on a Wireless Crafting Grid. Fixes #2024 2018-10-16 09:54:25 +02:00
raoulvdberge
aef0e81386 Implemented "Use Blank Security Cards to Set Default Security Permissions". Fixed #2036 2018-10-14 20:20:44 +02:00
raoulvdberge
2523f042da Fixed Crafting Manager displaying wrong name for chained crafters connected to some blocks. Fixes #2005 2018-10-14 19:25:54 +02:00
raoulvdberge
da7f0473da Fixed duplication bug with autocrafting and External Storages. Fixes #2021 2018-10-14 18:48:13 +02:00
raoulvdberge
071537120b Fixed Grid "last changed" date not changing when using clear button or JEI transfer. Fixes #2022 2018-10-14 16:56:43 +02:00