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:
parent
097f298ee4
commit
e53ce1a6bf
@ -610,7 +610,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"projectID": 386188,
|
"projectID": 386188,
|
||||||
"fileID": 4062347,
|
"fileID": 4083612,
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -645,7 +645,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"projectID": 570458,
|
"projectID": 570458,
|
||||||
"fileID": 4074667,
|
"fileID": 4105092,
|
||||||
"required": true
|
"required": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -391,6 +391,14 @@ recipes.addShaped("nf_terminal_expanded_processing", <appliedenergistics2:part:3
|
|||||||
[null, <packagedauto:encoder>, null]
|
[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
|
// GT certus quartz
|
||||||
recipes.removeByRecipeName("appliedenergistics2:misc/deconstruction_certus_quartz_pillar");
|
recipes.removeByRecipeName("appliedenergistics2:misc/deconstruction_certus_quartz_pillar");
|
||||||
recipes.removeByRecipeName("appliedenergistics2:misc/deconstruction_certus_quartz_block");
|
recipes.removeByRecipeName("appliedenergistics2:misc/deconstruction_certus_quartz_block");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user