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
de3e0178a4
update forge and jei
2020-10-27 03:38:12 -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
3b544c2486
Merge remote-tracking branch 'PrototypeTrousers/AE2-Omnifactory' into AE2-Omnifactory
2020-10-20 23:52:18 -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
b10246a67b
Merge remote-tracking branch 'talchas/on-upstream' into AE2-Omnifactory
2020-10-20 23:04:44 -03:00
Salomão
74362bb543
Merge branch 'ae2-interface-export-bus-fixes' into AE2-Omnifactory
2020-10-20 23:02:53 -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
yueh
f667e9a5f0
Reduce lock time
2020-04-25 18:28:33 +02:00
Hinara
2c0a2975de
Fix #4114 ( #4357 )
2020-04-25 18:05:14 +02:00
yueh
2e3d6b721a
Run daily after the initial cleanup is done
2020-03-30 11:00:43 +02:00
yueh
94e294f4e9
Remove redundant option
2020-03-27 21:28:55 +01:00
yueh
91620a0042
Handle issues and prs
2020-03-27 21:23:29 +01:00
yueh
ffc79b5494
Run workflow hourly
2020-03-27 19:43:09 +01:00
yueh
ce7c29d0ac
Create lock.yml
2020-03-27 18:06:46 +01: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
ruifung
5efa6d6251
Update API JavaDocs for clarification ( #4180 )
...
* Fix javadoc for IGridBlock.getMachineRepresentation()
Javadoc should state proper semantics for that method, and telling people to return null there is a sure crash. #4178
* Update IPart interface javadoc.
Update the javadoc to state that functional parts should not be allowed to be placed on dense cables.
2019-12-19 10:18:27 +01:00
Andrew Motz
4269a66a4b
Fix Typos in README.md ( #4183 )
...
"Summery" to "Summary"
2019-12-19 10:16:59 +01:00
Chan, Danny
df2a7c1858
Add "cullface" into charged_quartz_ore.json ( #4108 )
2019-08-07 10:08:05 +02:00
yueh
c483bd17f5
Fixes #4089 : Render cable core on straight lines of different types. ( #4103 )
rv6.stable.7
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
87643094c3
Fixes #3925 : Incorrect API JavaDoc ( #4008 )
...
`IGridBlock#getMachineRepresentation()` must be non null.
2019-04-21 22:30:35 +02:00
yueh
8a4c9b58e6
Fixes #3911 : Incorrectly used string format. ( #4007 )
2019-04-21 22:30:21 +02:00
InterPlay
5436e6bf08
Added support for fluids in pt-BR lang file ( #3904 )
2019-04-21 13:20:57 +02:00
yueh
078112d97b
Disable modmaven due to build issues for now ( #4011 )
2019-04-21 13:10:02 +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 )
rv6.stable.6
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 )
rv6.stable.5
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