Make ULV hulls use red-alloy cables
Fixes https://github.com/Nomi-CEu/nomi-ceu/issues/308.
This commit is contained in:
parent
61f0f14d19
commit
5585f73a89
@ -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();
|
//<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();
|
//assembler.recipeBuilder().inputs(<ore:plateIron> * 8).notConsumable(<metaitem:circuit.integrated>.withTag({Configuration: 8})).outputs([<gregtech:machine_casing>]).duration(30).EUt(16).buildAndRegister();
|
||||||
|
/*
|
||||||
//ULV Hull
|
//ULV Hull
|
||||||
recipes.remove(<meta_tile_entity:hull.ulv>);
|
recipes.remove(<meta_tile_entity:hull.ulv>);
|
||||||
recipes.addShaped(<meta_tile_entity:hull.ulv>, [
|
recipes.addShaped(<meta_tile_entity:hull.ulv>, [
|
||||||
[<ore:plateIron>, <ore:plateIron>, <ore:plateIron>],
|
[<ore:plateIron>, <ore:plateIron>, <ore:plateIron>],
|
||||||
[<ore:cableGtSingleLead>, <gregtech:machine_casing>, <ore:cableGtSingleLead>]]);
|
[<ore:cableGtSingleLead>, <gregtech:machine_casing>, <ore:cableGtSingleLead>]]);
|
||||||
|
*/
|
||||||
|
|
||||||
// pyro
|
// pyro
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user