From e53ce1a6bf62c88c98432ada80ebf898bb3a727f Mon Sep 17 00:00:00 2001 From: IntegerLimit <103940576+IntegerLimit@users.noreply.github.com> Date: Tue, 13 Dec 2022 11:46:03 +1100 Subject: [PATCH] Update mods (PAE2 and MBT) (#160) * Update PAE2 * Change recipe Change configuration fluid interface terminal recipe, thanks to dev. * Update MBT Fixes Issue #159 (According to author of Issue #159, should be fine) --- manifest.json | 4 ++-- overrides/scripts/AE2.zs | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3e806c1..ef1cd83 100644 --- a/manifest.json +++ b/manifest.json @@ -610,7 +610,7 @@ }, { "projectID": 386188, - "fileID": 4062347, + "fileID": 4083612, "required": true }, { @@ -645,7 +645,7 @@ }, { "projectID": 570458, - "fileID": 4074667, + "fileID": 4105092, "required": true }, { diff --git a/overrides/scripts/AE2.zs b/overrides/scripts/AE2.zs index 19e45b2..c309779 100644 --- a/overrides/scripts/AE2.zs +++ b/overrides/scripts/AE2.zs @@ -391,6 +391,14 @@ recipes.addShaped("nf_terminal_expanded_processing", , null] ]); +// Configuration Fluid Interface Terminal (From dev) +recipes.removeByRecipeName("appliedenergistics2:network/parts/terminals_fluid_interface_configuration"); +recipes.addShapeless("nf_configuration_fluid_interface_terminal", , [ + , + , + .or() +]); + // GT certus quartz recipes.removeByRecipeName("appliedenergistics2:misc/deconstruction_certus_quartz_pillar"); recipes.removeByRecipeName("appliedenergistics2:misc/deconstruction_certus_quartz_block");