Refactored ore recipes and moved them out of TFG-Core (#888)

* refactored ore recipes and moved them out of TFG-Core. Also fixed the quern producing more output than the others, and added a workaround for the greate millstone bug

* fixed VI centrifuging recipes and bulk washing recipes to be consistent with their LV versions

---------

Signed-off-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
Pyritie 2025-04-20 13:34:41 +01:00 committed by GitHub
parent 8000b83b7d
commit 8b3745f72f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 531 additions and 402 deletions

View file

@ -177,7 +177,7 @@ const registerAFCRecipes = (event) => {
.duration(300)
.EUt(2)
event.replaceOutput({ id: 'gtceu:centrifuge/sticky_resin_separation' }, 'gtceu:raw_rubber_dust', 'gtceu:carbon_dust')
event.replaceOutput({ id: 'gtceu:centrifuge/sticky_resin_separation' }, 'gtceu:raw_rubber_dust', '3x gtceu:carbon_dust')
//#endregion