Make ULV hulls use red-alloy cables

Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/308.
This commit is contained in:
IntegerLimit 2023-05-13 17:43:54 +10:00
parent 61f0f14d19
commit 5585f73a89

View File

@ -195,11 +195,13 @@ recipes.addShaped(<meta_tile_entity:pyrolyse_oven>, [
//<recipemap:assembler>.findRecipe(16, [<metaitem:plateWroughtIron> * 8, <metaitem:circuit.integrated>.withTag({Configuration: 8})], null).remove();
//
//assembler.recipeBuilder().inputs(<ore:plateIron> * 8).notConsumable(<metaitem:circuit.integrated>.withTag({Configuration: 8})).outputs([<gregtech:machine_casing>]).duration(30).EUt(16).buildAndRegister();
/*
//ULV Hull
recipes.remove(<meta_tile_entity:hull.ulv>);
recipes.addShaped(<meta_tile_entity:hull.ulv>, [
[<ore:plateIron>, <ore:plateIron>, <ore:plateIron>],
[<ore:cableGtSingleLead>, <gregtech:machine_casing>, <ore:cableGtSingleLead>]]);
*/
// pyro