This commit is contained in:
tracer4b 2022-09-01 22:58:08 +08:00
parent b0b382c42e
commit 988433c90b
4 changed files with 70 additions and 0 deletions

View File

@ -422,6 +422,11 @@ tiereightship.rarity = "epic";
tiereightship.maxStackSize = 16;
tiereightship.register();
var tiereightandhalfship = VanillaFactory.createItem("tiereightandhalfship");
tiereightandhalfship.rarity = "epic";
tiereightandhalfship.maxStackSize = 16;
tiereightandhalfship.register();
var tiernineship = VanillaFactory.createItem("tiernineship");
tiernineship.rarity = "epic";
tiernineship.maxStackSize = 16;

View File

@ -111,6 +111,19 @@ makeExtremeRecipe7(<contenttweaker:tierfourandhalfship>,
I : <redstonearsenal:tool.sword_flux> }
);
// t8.5 mm
mods.extendedcrafting.TableCrafting.addShaped(<contenttweaker:tiereightandhalfship>, [
[null, null, null, <contenttweaker:t3laser>, <contenttweaker:t3laser>, <contenttweaker:t3laser>, null, null, null],
[null, null, <contenttweaker:t3laser>, <ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleNaquadahAlloy>, <contenttweaker:t3laser>, null, null],
[null, <contenttweaker:t2guidance>, <ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleTrinium>, <ore:plateDoubleTrinium>, <ore:plateDoubleTrinium>, <ore:plateDoubleNaquadahAlloy>, <contenttweaker:t2guidance>, null],
[null, <ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleTrinium>, <gregtech:meta_item_1:208>, <ore:plateDoubleTrinium>, <ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleNaquadahAlloy>, null],
[null, <ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleTrinium>, <gregtech:meta_item_1:223>, <draconicevolution:draconic_energy_core>, <gregtech:meta_item_1:223>, <ore:plateDoubleTrinium>, <ore:plateDoubleNaquadahAlloy>, null],
[<ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleTrinium>, <draconicevolution:reactor_part>, <gregtech:meta_item_1:208>, <draconicevolution:reactor_part>, <ore:plateDoubleTrinium>, <ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleNaquadahAlloy>],
[<ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleTrinium>, <ore:plateDoubleTrinium>, <gregtech:machine:1571>, <advancedrocketry:warpcore>, <gregtech:machine:1571>, <ore:plateDoubleTrinium>, <ore:plateDoubleTrinium>, <ore:plateDoubleNaquadahAlloy>],
[<ore:plateDoubleNaquadahAlloy>, <ore:plateDoubleTrinium>, <ore:plateDoubleTrinium>, <advancedrocketry:warpmonitor>, <advancedrocketry:warpcore>, <advancedrocketry:warpmonitor>, <ore:plateDoubleTrinium>, <ore:plateDoubleTrinium>, <ore:plateDoubleNaquadahAlloy>],
[null, <contenttweaker:warpengine>, <contenttweaker:warpengine>, <contenttweaker:warpengine>, null, <contenttweaker:warpengine>, <contenttweaker:warpengine>, <contenttweaker:warpengine>, null]
]);
// Exchanging Gadget
recipes.removeByRecipeName("buildinggadgets:exchangingtool");
makeShaped("exchangertool", <buildinggadgets:exchangertool>.withTag({blockstate: {Name: "minecraft:air"}}),

View File

@ -747,6 +747,20 @@ var taranium = MaterialBuilder(32109, "taranium")
.build();
<material:taranium>.setFormula("Tn");
var darmstadtite = MaterialBuilder(32110, "darmstadtite")
.dust().ore(2)
.colorAverage().iconSet("dull")
.components([<material:darmstadtium> * 2, <material:sulfur> * 3])
.addOreByproducts([<material:rare_earth>, <material:rhodium_sulfate>, <material:darmstadtium>])
.build();
var dulystite = MaterialBuilder(32111, "dulystite")
.gem().ore(2)
.colorAverage().iconSet("ruby")
.components([<material:duranium> * 1, <material:chlorine> * 3])
.addOreByproducts([<material:sphalerite>, <material:duranium>, <material:europium>])
.build();
<material:rhodium_sulfate>.addDust();
<material:lutetium>.addIngot();

View File

@ -1076,6 +1076,44 @@ microverse_projector_advanced_ii.recipeMap
<contenttweaker:tiereightship_stabilized_matter>
).buildAndRegister();
// t8.5 darmstadtite
microverse_projector_advanced_ii.recipeMap
.recipeBuilder()
.duration(9000)
.EUt(250000)
.inputs(<contenttweaker:tiereightandhalfship>,
<metaitem:neutron_reflector> * 8,
<metaitem:blockNaquadah> * 24,
<draconicevolution:chaos_shard>)
.outputs(
<gregtech:ore_darmstadtite_0:2> * 64,
<gregtech:ore_darmstadtite_0:2> * 64,
<gregtech:ore_darmstadtite_0:2> * 64,
<gregtech:ore_darmstadtite_0:2> * 64,
<gregtech:ore_darmstadtite_0:2> * 64,
<gregtech:ore_darmstadtite_0:2> * 64,
<gregtech:ore_darmstadtite_0:2> * 64,
<gregtech:ore_darmstadtite_0:2> * 64)
.buildAndRegister();
// t8.5 dulystite
microverse_projector_advanced_ii.recipeMap
.recipeBuilder()
.duration(9000)
.EUt(250000)
.inputs(<contenttweaker:tiereightandhalfship>,
<metaitem:blockNaquadah> * 24,
<draconicevolution:chaos_shard>,
<contenttweaker:gemsensor>)
.outputs(
<gregtech:ore_dulystite_0:2> * 64,
<gregtech:ore_dulystite_0:2> * 64,
<gregtech:ore_dulystite_0:2> * 64,
<gregtech:ore_dulystite_0:2> * 64,
<gregtech:ore_dulystite_0:2> * 64,
<gregtech:ore_dulystite_0:2> * 64)
.buildAndRegister();
// t9 nt
microverse_projector_advanced_ii.recipeMap
.recipeBuilder()