raoulvdberge
29285b1092
Make some blocks use the collision API.
2018-11-05 17:13:59 +01:00
Joseph C. Sible
6f1a9ce33f
Add a hard-dep on Forge 2694 ( #2076 )
...
As of commit bfaae24
, we'll crash on startup with earlier versions of Forge.
2018-11-05 00:24:14 +01:00
raoulvdberge
3bc174bfdd
Move custom collision stuff from BlockCable to BlockBase.
2018-11-03 20:38:24 +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
7570c128a3
Revert 750d4bc9fd
.
2018-11-01 22:33:00 +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
5451fd78de
Don't update neighbors in markDirty, it's not needed.
2018-10-31 20:39:59 +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
60a37bfe3d
Theoretical performance fix for #2062 "Massive search lag with external storage". Needs confirmation.
2018-10-31 16:17:37 +01:00
raoulvdberge
bba5735604
Theoretical performance fix for #2062 "Massive search lag with external storage". Needs confirmation.
2018-10-31 15:53:31 +01:00
raoulvdberge
ff19fd8551
Beware, version 1.6.10 is in town!
2018-10-31 15:29:02 +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
8cb38fe528
Rename API method.
2018-10-27 19:54:48 +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
0ce1c3e12e
Bump to 1.6.9
2018-10-22 19:36:23 +02:00
raoulvdberge
f17f31acec
Fixed Ender IO incompatibility.
2018-10-20 12:09:01 +02:00
raoulvdberge
7fb7693b70
Bump to 1.6.8
2018-10-20 11:54:36 +02:00
raoulvdberge
fc138b22ee
Recipe tweaks.
2018-10-19 20:55:27 +02:00
raoulvdberge
2761210711
Bump to 1.6.7
2018-10-19 18:46:42 +02:00
raoulvdberge
3d6ab99772
Update changelog.
2018-10-18 22:07:00 +02:00
raoulvdberge
a9a8b12fe3
Processor binding texture.
2018-10-18 22:02:09 +02:00
raoulvdberge
ec89e43e35
Fixed autocrafting + external FLUID storage dupe. Fixes #2037
2018-10-17 21:30:10 +02:00
raoulvdberge
aec99b378d
Fixed tooltips always being visible when a crafting monitor is disabled and there are task(s) running.
2018-10-16 19:58:26 +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
2d13339d55
Fixed a duplication bug with a disconnected Crafting Grid (2). Fixes #1989
2018-10-14 19:47:04 +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
raoulvdberge
e07a467836
Renamed Cut Processors to Raw Processors and those are now made with Processor Binding instead of a Cutting Tool.
2018-10-14 16:40:38 +02:00
raoulvdberge
6c916a5b69
Better check.
2018-10-01 23:02:28 +02:00
raoulvdberge
c77128e54f
Hang on, don't crash existing worlds. Warn and continue. Re: 8673c02342
2018-10-01 23:01:40 +02:00
raoulvdberge
8673c02342
You can no longer start a crafting task if it has missing items or fluids.
2018-10-01 22:59:46 +02:00
raoulvdberge
48a96b7ff6
Fixed fluid autocrafting without item inputs locking when there's not enough space for the fluids. Fixes #2016
2018-10-01 22:37:19 +02:00
raoulvdberge
7b8960de94
Added throttling for network devices that can request autocrafting. Fixes #2010
2018-09-28 21:56:33 +02:00
raoulvdberge
fef4155f2c
Fix problem with classloading. Fixes #2008
2018-09-23 12:38:34 +02:00
raoulvdberge
6a3a8e52d7
Minor fix.
2018-09-20 23:08:27 +02:00
raoulvdberge
acfcbba7bc
Fixed oredict autocrafting sometimes reporting that a craftable item is missing. #1954
2018-09-20 22:58:42 +02:00
raoulvdberge
0641eca086
Update Forge, mappings and dependencies.
2018-09-20 22:58:00 +02:00
raoulvdberge
511104c948
Fixed unintuitive behavior with stacked crafters and crafter redstone mode. Fixes #1992
2018-09-20 20:26:34 +02:00
raoulvdberge
02b6d03c8b
Removed handling of reusable items in autocrafting, to avoid problems. Fixes #1993
2018-09-19 18:21:13 +02:00
raoulvdberge
26b431d76c
Better crafter pulse mode icon.
2018-09-19 18:16:12 +02:00