Salomão
fc119070b2
Actually copy level emitters set values
2021-01-15 17:41:40 -03:00
Salomão
82e3a95f11
fix memory card not saving fluids an level emitters
2021-01-12 18:24:05 -03:00
Salomão
e6998913e1
remove forced level emitters update
...
remove unneeded itemStack creation.
2021-01-04 14:18:07 -03:00
Salomão
a3e69ce608
add hardcoded id range for molds and shapes for GTCE blocking mode
2020-12-08 22:42:04 -03:00
Salomão
ceef176a2a
remove time-based thread syncinc
2020-12-01 17:26:42 -03:00
Salomão
c2e2696707
Fix fuzzy search for items that have metadata > maxdamage
2020-12-01 17:25:52 -03:00
Salomão
4d6c61dfcb
backport e82093eec9459be3211564a83166455150c51259
2020-11-23 00:45:49 -03:00
Salomão
932141cc9e
backport b7ca98d1e24e5797a8e42ca861ae4187ab5839ec
2020-11-23 00:45:49 -03:00
Salomão
adf59774d4
Remove uneeded Forge Event Firing
...
improves crafting calculation performance
2020-11-18 20:22:40 -03:00
Salomão
9c6668b0f7
disable "smart" button
...
wasn't so smart
2020-11-13 17:42:41 -03:00
Salomão
1b7f11a12e
buttons work and set quantities properly
2020-11-12 23:27:56 -03:00
Salomão
3cf4f9122c
works..ish
2020-11-12 20:42:30 -03:00
Salomão
d97996070a
x2 button on the right place
2020-11-12 18:40:10 -03:00
Salomão
8a165bea09
ease punishment a bit
2020-10-28 19:50:57 -03:00
Salomão
f707f95373
Revert "undo penalties"
...
This reverts commit d6499c16b0 .
2020-10-28 19:49:23 -03:00
Salomão
b2a660ec9b
formating fixes
2020-10-28 17:50:40 -03:00
Salomão
d6499c16b0
undo penalties
2020-10-28 16:59:51 -03:00
Salomão
203522316c
more tweaks testing
2020-10-25 18:57:42 -03:00
Salomão
719ea5090b
move gtce blocking code out of generic item adaptor
...
fixes crash with ae2 fluid crafting
2020-10-25 01:04:48 -03:00
Salomão
00e19d67a2
Tune punishment
2020-10-23 21:39:36 -03:00
Salomão
169f6393d1
move penalty up the chain
2020-10-22 11:24:16 -03:00
Salomão
12bf337238
Re-do Blocking mode logic
2020-10-21 15:44:43 -03:00
Salomão
660e17d167
Merge remote-tracking branch 'talchas/on-upstream' into AE2-Omnifactory
2020-10-20 23:52:11 -03:00
Salomão
81df58afa5
dont try to re-request craft immediately, if we cant craft it now
2020-10-20 23:01:09 -03:00
Salomão
535289e694
Change interface behavior
...
skip complete configured stacks
postpone crafting job start
2020-10-20 14:30:08 -03:00
yueh
d730503378
Fixes #4388 : Ensure correct ticking priority order ( #4393 )
2020-05-27 16:13:20 +02:00
yueh
f3349b0a2d
Fixes #4372 : Limit validated itemstack to a size of 1 ( #4373 )
2020-05-07 11:49:00 +02:00
Hinara
2c0a2975de
Fix #4114 ( #4357 )
2020-04-25 18:05:14 +02:00
talchas
5ac8db41e7
option for a blocking mode that actually works
2020-02-06 18:13:31 -08:00
yueh
6ece190ac4
Fixes #4127 : Increase JEI box for grindstone recipes ( #4270 )
2020-01-30 10:06:14 +01:00
yueh
00a596ea8f
Fixes #4268 : Disabled JEI facade recipe when disabled. ( #4269 )
2020-01-30 09:35:45 +01:00
yueh
1fc1d5517d
Fixes #4213 : Prevent NPE when inserting via conversion monitor ( #4265 )
2020-01-26 13:36:06 +01:00
yueh
d5fc7a5b21
Fixes #4256 : Cache AESharedItemStack#hashCode() ( #4257 )
2020-01-16 13:22:42 +01:00
Rik Pronk
1f85d0f607
Fix CraftTweaker Grindstone second optional output ( #4250 )
...
Fixes an issue where the CraftTweaker Grindstone integration registered the second optional output as first optional output
2020-01-16 10:57:18 +01:00
talchas
dfe5b82bda
Safer implementation of CraftingGridCache updatePatterns coalescing
2019-12-31 10:57:23 -08:00
talchas
c7f8f4249e
Avoid quadratic behavior from rebuilding the entire crafting cache for
...
each interface visited. Instead rebuild it at most once per tick, like
cpu clusters.
This is particularly important when channels are disabled, since in
that case even adding a cable visits every grid node.
2019-12-31 10:57:23 -08:00
yueh
c483bd17f5
Fixes #4089 : Render cable core on straight lines of different types. ( #4103 )
2019-07-23 21:12:17 +02:00
yueh
92536fceb4
Fixes #4090 Portable cell incorrect empty itemstack handling ( #4093 )
2019-07-23 20:13:15 +02:00
yueh
ded71cb2bd
Fixes #4062 : Rounding error due to float precision. ( #4064 )
2019-06-20 10:47:28 +02:00
yueh
41a4518c5b
Fixes #4005 : Persist cell after cleanup. ( #4009 )
2019-04-21 22:30:45 +02:00
yueh
8a4c9b58e6
Fixes #3911 : Incorrectly used string format. ( #4007 )
2019-04-21 22:30:21 +02:00
yueh
46355a4e9b
Fixes #3899 : Put fluid interface into configured mode when needed. ( #3903 )
2019-01-15 12:52:12 +01:00
yueh
eb389971a3
Fixes #3901 : Ensure fluid terminal respects reported stacksizes. ( #3902 )
2019-01-15 12:52:00 +01:00
yueh
a38ebf7c4d
Fixes #3886 : Initialise sleeping import bus in pulse mode. ( #3887 )
2018-12-26 23:28:17 +01:00
yueh
dfcba264f3
Fixes #3880 : Incorrect compare with empty itemstack. ( #3882 )
2018-12-25 21:21:19 +01:00
yueh
d343ac47f5
Added CTM as actual soft dependency. ( #3881 )
2018-12-25 21:21:08 +01:00
yueh
05db930a4e
Fixes #3821 : Unconfigured level emitter now report all fluids. ( #3875 )
2018-12-24 14:44:40 +01:00
yueh
33bc0a6a3f
Fixes #3776 : Fixes dupe bug with cell upgrades. ( #3874 )
2018-12-24 14:11:45 +01:00
yueh
f2f48a8d59
Fixes #3767 : Fluid Annihilation plane too strict about leftover ( #3872 )
2018-12-23 23:33:15 +01:00
yueh
0f0af2349b
Fixes #3866 : Use blockstates to avoid the missing fluid block. ( #3869 )
2018-12-23 22:42:25 +01:00