This commit is contained in:
tracer4b 2023-02-15 19:59:16 +08:00
commit 924bba4b67
23 changed files with 5799 additions and 1332 deletions

View File

@ -3,7 +3,7 @@ name: Bug report
about: Crashes or unintended behaviors arising from Nomifactory's mods, configurations,
or custom scripts
title: ''
labels: ''
labels: bug
assignees: ''
---
@ -11,19 +11,31 @@ assignees: ''
Note: if you need general tech support for things like server configuration, Discord is a better venue. Please open an issue only if there is a clear bug with the pack or if you have been asked to by one of the Discord staff.
**Pack Version:**
Replace this text with the version number of the pack, or the commit hash (the letters and numbers between "dev-" and "-snapshot" in the zip you downloaded) if you are doing development testing. If you added any additional mods, or changed any configurations from their defaults, please also note that information here.
Check if the bug is fixed on the latest version before submitting. The latest version is v1.5.
Replace this text with the version number of the pack, or the commit hash, if you downloaded from GitHub. If you added any additional mods, or changed any configurations from their defaults, please also note that information here.
**Launcher:**
Replace this text with your launcher. If you are using the CurseForge Launcher, please try to see if the issue applies on a different launcher.
**Description:**
Replace this text with a clear and concise description of what the bug is, so we know what the problem is.
**Expected Behavior:**
Replace this text with a clear and concise description of what the correct behavior would be.
**Steps To Reproduce:**
Replace this text with steps to reproduce the behavior, if applicable. We need to know how to encounter this bug ourselves to we can diagnose it.
Replace this text with steps to reproduce the behavior, if applicable. We need to know how to encounter this bug ourselves so we can diagnose it.
**Crash Log:**
If your client crashed as a result of this bug, please upload the generated crash log. This is found in your launcher's Nomifactory profile (aka instance) in a folder called `crash-reports`. If there was no crash, but instead an error screen, please upload your `latest.log` instead.
If your client crashed as a result of this bug, please upload the generated crash log. This is found in your launcher's Nomifactory CEu profile (aka instance) in a folder called `crash-reports`. If there was no crash, but instead an error screen, please upload your `latest.log` instead.
**Screenshots:**
If applicable, add screenshots to help explain your problem.

View File

@ -485,7 +485,7 @@ general {
# Whether to give the terminal to new players on login
# Default: true
B:spawnTerminal=true
B:spawnTerminal=false
}
##########################################################################################################

View File

@ -485,7 +485,7 @@ general {
# Whether to give the terminal to new players on login
# Default: true
B:spawnTerminal=true
B:spawnTerminal=false
}
##########################################################################################################

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -485,7 +485,7 @@ general {
# Whether to give the terminal to new players on login
# Default: true
B:spawnTerminal=true
B:spawnTerminal=false
}
##########################################################################################################

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

@ -424,4 +424,4 @@ mods.jei.JEI.removeAndHide(<appliedenergistics2:material:0>);
<appliedenergistics2:material:11>.addTooltip(format.red("Made in a Crystal Growth Chamber from a Nether Quartz Seed."));
<appliedenergistics2:material:12>.addTooltip(format.red("Made in a Crystal Growth Chamber from a Fluix Seed."));
<appliedenergistics2:material:1>.addTooltip(format.aqua(format.italic(
"Obtained by charging with RF power in the AE2 Charger.")));
"Obtained by charging with RF power in the AE2 Charger, or the Energetic Infuser.")));

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,89 +332,73 @@ assembler.recipeBuilder()
.duration(100).EUt(30).buildAndRegister();
// Stabilized Miners Tooltips
<contenttweaker:tieroneship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tieroneship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tieroneship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tiertwoship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tiertwoship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tiertwoship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tierthreeship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tierthreeship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tierthreeship_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: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.")));
<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(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tieroneship_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: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(
format.white("It looks oddly familiar.")));
<contenttweaker:tierthreeship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tierthreeship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tierthreeship_stabilized_matter>.addTooltip(format.italic(
format.white("It looks oddly familiar.")));
<contenttweaker:tiertwoship_stabilized>.addTooltip(format.italic(
format.white("A stabilized version, injected with a Heart of a Universe.")));
<contenttweaker:tiertwoship_stabilized>.addTooltip(format.italic(
format.white("Lasts indefinitely. Reusable. Totally not overpowered.")));
<contenttweaker:tiertwoship_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

@ -419,11 +419,6 @@ mods.thermalexpansion.Insolator.addRecipe(<appliedenergistics2:material:11>, <ap
//Pure Fluix
mods.thermalexpansion.Insolator.addRecipe(<appliedenergistics2:material:12>, <appliedenergistics2:crystal_seed:1200>.withTag({progress: 1200}), <minecraft:glowstone_dust>, 40000);
mods.jei.JEI.addDescription(<appliedenergistics2:material:10>, "Made in the Crystal Growth Chamber or in a Phytogenic Insolator. If made in the Phytogenic Insolator, make sure to unlock the Fertilizer slot. Augments do not work for this craft.");
mods.jei.JEI.addDescription(<appliedenergistics2:material:11>, "Made in the Crystal Growth Chamber or in a Phytogenic Insolator. If made in the Phytogenic Insolator, make sure to unlock the Fertilizer slot. Augments do not work for this craft.");
mods.jei.JEI.addDescription(<appliedenergistics2:material:12>, "Made in the Crystal Growth Chamber or in a Phytogenic Insolator. If made in the Phytogenic Insolator, make sure to unlock the Fertilizer slot. Augments do not work for this craft.");
//Add Rubber Trees to Phytogenic Insolator. Why would you use this?
mods.thermalexpansion.Insolator.addRecipeSaplingInfuser(<gregtech:rubber_log> * 6, <gregtech:rubber_sapling>, <thermalfoundation:fertilizer:0>, 9600, <gregtech:rubber_sapling>, 100);
mods.thermalexpansion.Insolator.addRecipeSaplingInfuser(<gregtech:rubber_log> * 12, <gregtech:rubber_sapling>, <thermalfoundation:fertilizer:1>, 14400, <gregtech:rubber_sapling>, 125);

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>);
@ -2587,6 +2590,23 @@ recipes.addShapeless(<metaitem:ingotRedAlloy>, [<enderio:item_alloy_ingot:3>]);
//<ore:questbookFluidExtractor>.add(<meta_tile_entity:fluid_extractor.mv>); // MV Fluid Extractor
//<ore:questbookFluidExtractor>.add(<meta_tile_entity:fluid_extractor.hv>); // HV Fluid Extractor
<ore:questbookPowerUnit>.add(<metaitem:power_unit.lv>); // LV Power Unit
<ore:questbookPowerUnit>.add(<metaitem:power_unit.mv>); // MV Power Unit
<ore:questbookPowerUnit>.add(<metaitem:power_unit.hv>); // HV Power Unit
<ore:questbookPowerUnit>.add(<metaitem:power_unit.ev>); // EV Power Unit
<ore:questbookPowerUnit>.add(<metaitem:power_unit.iv>); // IV Power Unit
// Add all GT Item Pipes
for pipe in <ore:pipe*Item*>{
<ore:questbookItemPipes>.add(pipe.firstItem);
}
for restrictivePipe in <ore:pipe*Restrictive*>{
<ore:questbookItemPipes>.add(restrictivePipe.firstItem);
}
// GTCE Conductive Iron
//mods.jei.JEI.removeAndHide(<metaitem:nuggetConductiveIron>);
//mods.jei.JEI.removeAndHide(<metaitem:ingotConductiveIron>);

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>);