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)
This commit is contained in:
IntegerLimit 2022-12-13 11:46:03 +11:00 committed by GitHub
parent 097f298ee4
commit e53ce1a6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -610,7 +610,7 @@
},
{
"projectID": 386188,
"fileID": 4062347,
"fileID": 4083612,
"required": true
},
{
@ -645,7 +645,7 @@
},
{
"projectID": 570458,
"fileID": 4074667,
"fileID": 4105092,
"required": true
},
{

View File

@ -391,6 +391,14 @@ recipes.addShaped("nf_terminal_expanded_processing", <appliedenergistics2:part:3
[null, <packagedauto:encoder>, null]
]);
// Configuration Fluid Interface Terminal (From dev)
recipes.removeByRecipeName("appliedenergistics2:network/parts/terminals_fluid_interface_configuration");
recipes.addShapeless("nf_configuration_fluid_interface_terminal", <appliedenergistics2:part:522>, [
<appliedenergistics2:part:520>,
<appliedenergistics2:material:24>,
<appliedenergistics2:fluid_interface>.or(<appliedenergistics2:part:441>)
]);
// GT certus quartz
recipes.removeByRecipeName("appliedenergistics2:misc/deconstruction_certus_quartz_pillar");
recipes.removeByRecipeName("appliedenergistics2:misc/deconstruction_certus_quartz_block");