Clean up Microminers

Clean up code for t8.5mm
Add tooltips for t4.5mm and t8.5mm
Fix some Microminer tooltips not being italic
Delete unused tier nine and ten stabilized micro miners
Clean up code for Stabilized Miners and Matters Tooltips in Endgame.zs

Remove unused Extended Crafting, Crafting Table (no recipe)
This commit is contained in:
IntegerLimit 2023-02-15 22:24:36 +11:00
parent 809df4b53e
commit 480eed665e
13 changed files with 134 additions and 237 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 174 KiB

View File

@ -1,51 +0,0 @@
{
"animation": {
"interpolate": true,
"frametime": 5,
"frames": [
{
"index": 0,
"time": 3
},
{
"index": 1,
"time": 3
},
{
"index": 2,
"time": 3
},
{
"index": 3,
"time": 2
},
{
"index": 4,
"time": 2
},
5,
6,
7,
8,
7,
6,
5,
{
"index": 4,
"time": 2
},
{
"index": 3,
"time": 2
},
{
"index": 2,
"time": 3
},
{
"index": 1,
"time": 3
}
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 KiB

View File

@ -1,51 +0,0 @@
{
"animation": {
"interpolate": true,
"frametime": 5,
"frames": [
{
"index": 0,
"time": 3
},
{
"index": 1,
"time": 3
},
{
"index": 2,
"time": 3
},
{
"index": 3,
"time": 2
},
{
"index": 4,
"time": 2
},
5,
6,
7,
8,
7,
6,
5,
{
"index": 4,
"time": 2
},
{
"index": 3,
"time": 2
},
{
"index": 2,
"time": 3
},
{
"index": 1,
"time": 3
}
]
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

View File

@ -594,17 +594,6 @@ tierfourship_stabilized_matter.glowing = true;
tierfourship_stabilized_matter.maxStackSize = 64;
tierfourship_stabilized_matter.register();
var tiernineship_stabilized = VanillaFactory.createItem("tiernineship_stabilized");
tiernineship_stabilized.rarity = "epic";
tiernineship_stabilized.maxStackSize = 1;
tiernineship_stabilized.register();
var tiernineship_stabilized_matter = VanillaFactory.createItem("tiernineship_stabilized_matter");
tiernineship_stabilized_matter.rarity = "epic";
tiernineship_stabilized_matter.glowing = true;
tiernineship_stabilized_matter.maxStackSize = 64;
tiernineship_stabilized_matter.register();
var tieroneship_stabilized = VanillaFactory.createItem("tieroneship_stabilized");
tieroneship_stabilized.rarity = "epic";
tieroneship_stabilized.maxStackSize = 1;
@ -638,17 +627,6 @@ tiersixship_stabilized_matter.glowing = true;
tiersixship_stabilized_matter.maxStackSize = 64;
tiersixship_stabilized_matter.register();
var tiertenship_stabilized = VanillaFactory.createItem("tiertenship_stabilized");
tiertenship_stabilized.rarity = "epic";
tiertenship_stabilized.maxStackSize = 1;
tiertenship_stabilized.register();
var tiertenship_stabilized_matter = VanillaFactory.createItem("tiertenship_stabilized_matter");
tiertenship_stabilized_matter.rarity = "epic";
tiertenship_stabilized_matter.glowing = true;
tiertenship_stabilized_matter.maxStackSize = 64;
tiertenship_stabilized_matter.register();
var tierthreeship_stabilized = VanillaFactory.createItem("tierthreeship_stabilized");
tierthreeship_stabilized.rarity = "epic";
tierthreeship_stabilized.maxStackSize = 1;

View File

@ -332,46 +332,6 @@ assembler.recipeBuilder()
.duration(100).EUt(30).buildAndRegister();
// Stabilized Miners Tooltips
<contenttweaker:tiereightship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tiereightship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tiereightship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tierfiveship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tierfiveship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tierfiveship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tierfourandhalfship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tierfourandhalfship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tierfourandhalfship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tierfourship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tierfourship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tierfourship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tiernineship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tiernineship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tiernineship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tieroneship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tieroneship_stabilized>.addTooltip(format.italic(
@ -380,27 +340,11 @@ assembler.recipeBuilder()
format.white("It looks oddly familiar.")));
<contenttweaker:tiersevenship_stabilized>.addTooltip(format.italic(
<contenttweaker:tiertwoship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tiersevenship_stabilized>.addTooltip(format.italic(
<contenttweaker:tiertwoship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tiersevenship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tiersixship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tiersixship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tiersixship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tiertenship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tiertenship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tiertenship_stabilized_matter>.addTooltip(format.italic(
<contenttweaker:tiertwoship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
@ -412,9 +356,49 @@ assembler.recipeBuilder()
format.white("It looks oddly familiar.")));
<contenttweaker:tiertwoship_stabilized>.addTooltip(format.italic(
<contenttweaker:tierfourship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tiertwoship_stabilized>.addTooltip(format.italic(
<contenttweaker:tierfourship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tiertwoship_stabilized_matter>.addTooltip(format.italic(
<contenttweaker:tierfourship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tierfourandhalfship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tierfourandhalfship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tierfourandhalfship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tierfiveship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tierfiveship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tierfiveship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tiersixship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tiersixship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tiersixship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tiersevenship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tiersevenship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tiersevenship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tiereightship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tiereightship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tiereightship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));

View File

@ -24,8 +24,8 @@ makeShaped("of_tieroneship", <contenttweaker:tieroneship>,
);
<contenttweaker:tieroneship>.addTooltip(
format.italic(
format.white("Harvests Titanium and other light metals from asteroids in the microverse.")));
format.white(
format.italic("Harvests Titanium and other light metals from asteroids in the microverse.")));
// Tier 1 Guidance
makeShaped("of_t1guidance", <contenttweaker:t1guidance>,
@ -364,22 +364,22 @@ fluid_extractor.recipeBuilder()
format.italic("Harvests ultra cold materials from the deepest parts of empty space.")));
<contenttweaker:tierfiveship>.addTooltip(format.white(
format.italic("Harvests strange materials from End microverses.")));
<contenttweaker:tiersixship>.addTooltip(format.italic(
format.white("Harvests extremely rare materials from every concievable reality.")));
<contenttweaker:tiersixship>.addTooltip(format.white(
format.italic("Harvests extremely rare materials from every concievable reality.")));
<contenttweaker:tiersevenship>.addTooltip(format.white(
format.italic("Hunts Wyrms and End Dragons from the microverse")));
<contenttweaker:tiersevenship>.addTooltip(format.white(
format.italic("and returns with parts from their carapaces.")));
<contenttweaker:tiereightship>.addTooltip(format.italic(
format.white("Hunts inconcievable monstrosities from beyond the End")));
<contenttweaker:tiereightship>.addTooltip(format.italic(
format.white("and returns with bizzare trinkets.")));
<contenttweaker:tiernineship>.addTooltip(format.italic(
format.white("Collapses microverse stars and harvests their delicious neutronium cores.")));
<contenttweaker:tiertenship>.addTooltip(format.italic(
format.white("Collapses an entire microverse and harvests it whole.")));
<contenttweaker:tiertenship>.addTooltip(format.italic(
format.white("Try to aim for uninhabited ones.")));
<contenttweaker:tiereightship>.addTooltip(format.white(
format.italic("Hunts inconcievable monstrosities from beyond the End")));
<contenttweaker:tiereightship>.addTooltip(format.white(
format.italic("and returns with bizzare trinkets.")));
<contenttweaker:tiernineship>.addTooltip(format.white(
format.italic("Collapses microverse stars and harvests their delicious neutronium cores.")));
<contenttweaker:tiertenship>.addTooltip(format.white(
format.italic("Collapses an entire microverse and harvests it whole.")));
<contenttweaker:tiertenship>.addTooltip(format.white(
format.italic("Try to aim for uninhabited ones.")));
// Dense Hydrogen

View File

@ -2129,6 +2129,9 @@ mods.jei.JEI.removeAndHide(<theoneprobe:diamond_helmet_probe>);
//mods.jei.JEI.removeAndHide(<theoneprobe:probenote>);
mods.jei.JEI.removeAndHide(<theoneprobe:creativeprobe>);
// Extended Crafting Removals
mods.jei.JEI.removeAndHide(<extendedcrafting:crafting_table>);
//Thermal Removals
mods.jei.JEI.removeAndHide(<thermalexpansion:satchel:32000>);

View File

@ -111,18 +111,38 @@ 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]
]);
<contenttweaker:tierfourandhalfship>.addTooltip(
format.white(
format.italic("Kills mobs in dangerous microverses and collects their highly prized skeletons and parts.")));
///////////// Tier Eight and Half Space Ship //////////////////
makeExtremeRecipe9(<contenttweaker:tiereightandhalfship>,
[" LLL ",
" LNNNL ",
" GNTTTNG ",
" NNTFTNN ",
" NTECETN ",
"NNTSFSTNN",
"NTTQAQTTN",
"NTTBABTTN",
" DDD DDD "],
{ L : <contenttweaker:t3laser>,
N : <metaitem:plateDoubleNaquadahAlloy>,
G : <contenttweaker:t2guidance>,
T : <metaitem:plateDoubleTrinium>,
F : <metaitem:field.generator.zpm>,
E : <metaitem:emitter.zpm>,
C : <draconicevolution:draconic_energy_core>,
S : <draconicevolution:reactor_part>,
Q : <metaitem:quantum_chest.luv>,
A : <advancedrocketry:warpcore>,
B : <advancedrocketry:warpmonitor>,
D : <contenttweaker:warpengine>}
);
<contenttweaker:tiereightandhalfship>.addTooltip(
format.white(
format.italic("Harvests exclusive Gems and Metals from unexplored corners, from beyond the microverse.")));
// Exchanging Gadget
recipes.removeByRecipeName("buildinggadgets:exchangingtool");

View File

@ -1215,6 +1215,7 @@ actualization_chamber.recipeMap
.outputs(<gregtech:ore_bauxite_0:2> * 64,
<gregtech:ore_pyrochlore_0:2> * 64,
<gregtech:ore_pyrochlore_0:2> * 64,
<gregtech:ore_tantalite_0:2> * 64,
<gregtech:ore_copper_0:2> * 64,
<gregtech:ore_copper_0:2> * 64,
<gregtech:ore_copper_0:2> * 64,
@ -1228,6 +1229,17 @@ actualization_chamber.recipeMap
.buildAndRegister();
// t2 stellar creation data
actualization_chamber.recipeMap
.recipeBuilder()
.duration(780)
.EUt(30720)
.inputs(<contenttweaker:tiertwoship_stabilized_matter>)
.circuit(2)
.outputs(<contenttweaker:stellarcreationdata> * 4)
.buildAndRegister();
// t3 gems
actualization_chamber.recipeMap
.recipeBuilder()
@ -1352,8 +1364,14 @@ actualization_chamber.recipeMap
.EUt(30720)
.inputs(<contenttweaker:tierfourandhalfship_stabilized_matter>)
.circuit(2)
.outputs(<minecraft:blaze_rod> * 64,
<minecraft:blaze_rod> * 64,
.outputs(<minecraft:blaze_rod> * 50,
<minecraft:blaze_rod> * 50,
<thermalfoundation:material:2048> * 50,
<thermalfoundation:material:2048> * 50,
<thermalfoundation:material:2050> * 50,
<thermalfoundation:material:2050> * 50,
<thermalfoundation:material:2052> * 50,
<thermalfoundation:material:2052> * 50,
<minecraft:ghast_tear> * 64,
<minecraft:skull:1>* 48,
<armorplus:material:2> * 64,
@ -1487,7 +1505,7 @@ actualization_chamber.recipeMap
.EUt(30720)
.inputs(<contenttweaker:tiersevenship_stabilized_matter>)
.circuit(1)
.outputs(<draconicevolution:dragon_heart> * 4,
.outputs(<draconicevolution:dragon_heart> * 32,
<minecraft:dragon_egg> * 64,
<minecraft:dragon_egg> * 64,
<minecraft:dragon_breath> * 64,

View File

@ -757,16 +757,12 @@ mods.jei.JEI.removeAndHide(<contenttweaker:tierfourandhalfship_stabilized>);
mods.jei.JEI.removeAndHide(<contenttweaker:tierfourandhalfship_stabilized_matter>);
mods.jei.JEI.removeAndHide(<contenttweaker:tierfourship_stabilized>);
mods.jei.JEI.removeAndHide(<contenttweaker:tierfourship_stabilized_matter>);
mods.jei.JEI.removeAndHide(<contenttweaker:tiernineship_stabilized>);
mods.jei.JEI.removeAndHide(<contenttweaker:tiernineship_stabilized_matter>);
mods.jei.JEI.removeAndHide(<contenttweaker:tieroneship_stabilized>);
mods.jei.JEI.removeAndHide(<contenttweaker:tieroneship_stabilized_matter>);
mods.jei.JEI.removeAndHide(<contenttweaker:tiersevenship_stabilized>);
mods.jei.JEI.removeAndHide(<contenttweaker:tiersevenship_stabilized_matter>);
mods.jei.JEI.removeAndHide(<contenttweaker:tiersixship_stabilized>);
mods.jei.JEI.removeAndHide(<contenttweaker:tiersixship_stabilized_matter>);
mods.jei.JEI.removeAndHide(<contenttweaker:tiertenship_stabilized>);
mods.jei.JEI.removeAndHide(<contenttweaker:tiertenship_stabilized_matter>);
mods.jei.JEI.removeAndHide(<contenttweaker:tierthreeship_stabilized>);
mods.jei.JEI.removeAndHide(<contenttweaker:tierthreeship_stabilized_matter>);
mods.jei.JEI.removeAndHide(<contenttweaker:tiertwoship_stabilized>);