AE2 Rework - Recipes (#1193)

* AE2 Rework

* Adding a universal Requester recipe

* Lower tier of ME Requester

* Fix ME Requester again

* Fix for terminals Eu Tier

* Adding fluix dust to the AE2 Cables

* Add redstone to smart cable

* Change for Processor, Cryo Fluix in the Vac and new Fluix Crystal method

* Nerf moon processors

* Fixes to resolve PR

* Adding Pack/Unpack for colored cables

* Adding Accumulation Press Recipe and fix Molecular Assembler
This commit is contained in:
TomPlop 2025-06-23 16:03:43 -04:00 committed by GitHub
parent ac7e57387a
commit 3daacb3c22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 1259 additions and 1210 deletions

View file

@ -37,6 +37,7 @@ ItemEvents.modification(event => {
*/
StartupEvents.registry('fluid', event => {
registerTFGFluids(event)
registerAE2Fluids(event)
})
/**