2022-03-24 23:07:41 +08:00
|
|
|
#packmode normal
|
|
|
|
|
|
|
|
import scripts.common.makeShaped as makeShaped;
|
2022-03-30 12:41:49 +08:00
|
|
|
|
2024-03-24 23:45:47 +11:00
|
|
|
// Hide Hard Mode Controllers
|
|
|
|
mods.jei.JEI.removeAndHide(<metaitem:nomilabs:actualization_chamber>);
|
|
|
|
mods.jei.JEI.removeAndHide(<metaitem:nomilabs:universal_crystallizer>);
|
2022-03-24 23:07:41 +08:00
|
|
|
|
|
|
|
// multiblock controller recipes
|
2024-03-24 23:45:47 +11:00
|
|
|
recipes.addShaped("microverse_projector_1", <metaitem:nomilabs:microverse_projector_1>, [
|
|
|
|
[<ore:circuitHv>, <nomilabs:microverse_casing>, <ore:circuitHv>],
|
|
|
|
[<nomilabs:microverse_casing>, <metaitem:cover.screen>, <nomilabs:microverse_casing>],
|
|
|
|
[<ore:circuitHv>, <nomilabs:microverse_casing>, <ore:circuitHv>]
|
2022-03-24 23:07:41 +08:00
|
|
|
]);
|
|
|
|
|
2024-03-24 23:45:47 +11:00
|
|
|
recipes.addShaped("microverse_projector_2", <metaitem:nomilabs:microverse_projector_2>, [
|
|
|
|
[<ore:circuitEv>, <nomilabs:microverse_casing>, <ore:circuitEv>],
|
|
|
|
[<nomilabs:microverse_casing>, <metaitem:cover.screen>, <nomilabs:microverse_casing>],
|
|
|
|
[<ore:circuitEv>, <nomilabs:microverse_casing>, <ore:circuitEv>]
|
2022-03-24 23:07:41 +08:00
|
|
|
]);
|
|
|
|
|
2024-03-24 23:45:47 +11:00
|
|
|
recipes.addShaped("microverse_projector_3", <metaitem:nomilabs:microverse_projector_3>, [
|
|
|
|
[<ore:circuitIv>, <nomilabs:microverse_casing>, <ore:circuitIv>],
|
|
|
|
[<nomilabs:microverse_casing>, <metaitem:cover.screen>, <nomilabs:microverse_casing>],
|
|
|
|
[<ore:circuitIv>, <nomilabs:microverse_casing>, <ore:circuitIv>]
|
2022-03-24 23:07:41 +08:00
|
|
|
]);
|
|
|
|
|
2024-03-24 23:45:47 +11:00
|
|
|
recipes.addShaped("creative_tank_provider", <metaitem:nomilabs:creative_tank_provider>, [
|
2022-03-31 21:52:30 +08:00
|
|
|
[<metaitem:emitter.zpm>, <metaitem:field.generator.luv>, <metaitem:emitter.zpm>],
|
|
|
|
[<metaitem:field.generator.zpm>, <gcym:large_multiblock_casing:11>, <metaitem:field.generator.zpm>],
|
2022-04-06 17:27:36 +08:00
|
|
|
[<ore:circuitZpm>, <metaitem:field.generator.uv>, <ore:circuitZpm>]
|
2022-03-31 21:52:30 +08:00
|
|
|
]);
|
2022-03-24 23:07:41 +08:00
|
|
|
|
2023-10-23 18:42:25 +08:00
|
|
|
// Naquadah Reactor
|
|
|
|
// Moved to Groovy
|
2022-03-24 23:07:41 +08:00
|
|
|
|
2022-03-31 21:52:30 +08:00
|
|
|
|
|
|
|
|
2022-03-24 23:07:41 +08:00
|
|
|
// multiblock recipemap recipes
|
|
|
|
// basic projector
|
|
|
|
// t1 ores
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_1.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(500)
|
|
|
|
.EUt(500)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tieroneship>,
|
|
|
|
<nomilabs:quantumflux>,
|
2022-03-24 23:07:41 +08:00
|
|
|
<minecraft:chest>)
|
|
|
|
.fluidInputs(<liquid:rocket_fuel> * 8000)
|
|
|
|
.outputs(<densemetals:dense_iron_ore> * 64,
|
|
|
|
<gregtech:ore_cassiterite_0> * 64,
|
|
|
|
<gregtech:ore_redstone_0> * 64,
|
|
|
|
<gregtech:ore_nickel_0> * 64,
|
|
|
|
<gregtech:ore_ilmenite_0> * 64,
|
|
|
|
<gregtech:ore_ilmenite_0> * 64,
|
|
|
|
<gregtech:ore_ilmenite_0> * 64,
|
|
|
|
<gregtech:ore_uraninite_0> * 64,
|
|
|
|
<gregtech:ore_galena_0> * 64,
|
|
|
|
<gregtech:ore_galena_0> * 64,
|
|
|
|
<gregtech:ore_molybdenum_0> * 64,
|
|
|
|
<advancedrocketry:moonturf> * 64,
|
|
|
|
<libvulpes:ore0> * 64,
|
|
|
|
<gregtech:ore_salt_0> * 64)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t1 gems
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_1.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(500)
|
|
|
|
.EUt(500)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tieroneship>,
|
|
|
|
<nomilabs:quantumflux>,
|
|
|
|
<nomilabs:gemsensor>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.fluidInputs(<liquid:rocket_fuel> * 8000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.outputs(<metaitem:gemPerfectDiamond> * 64,
|
2022-03-24 23:07:41 +08:00
|
|
|
<gregtech:ore_apatite_0> * 64,
|
|
|
|
<gregtech:ore_tricalcium_phosphate_0> * 64,
|
|
|
|
<gregtech:ore_quartzite_0> * 64)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t1 stellar creation data 1
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_1.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(100)
|
|
|
|
.EUt(500)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tieroneship>,
|
|
|
|
<nomilabs:ultradensehydrogen>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.fluidInputs(<liquid:rocket_fuel> * 2000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.outputs(<nomilabs:stellarcreationdata>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
|
|
|
|
// t2 radium + ores
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_1.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(600)
|
|
|
|
.EUt(1000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiertwoship>,
|
|
|
|
<nomilabs:quantumflux> * 2)
|
2022-03-24 23:07:41 +08:00
|
|
|
.fluidInputs(<liquid:rocket_fuel> * 12000)
|
|
|
|
.outputs(<gregtech:ore_bauxite_0:2> * 64,
|
|
|
|
<gregtech:ore_pyrochlore_0:2> * 64,
|
|
|
|
<gregtech:ore_pyrochlore_0:2> * 64,
|
|
|
|
<gregtech:ore_copper_0:2> * 64,
|
|
|
|
<gregtech:ore_sphalerite_0:2> * 64,
|
|
|
|
<gregtech:ore_cassiterite_0:2> * 64,
|
2022-07-03 11:08:35 +08:00
|
|
|
<gregtech:ore_scheelite_0:2> * 64,
|
|
|
|
<gregtech:ore_scheelite_0:2> * 64,
|
|
|
|
<gregtech:ore_scheelite_0:2> * 64,
|
|
|
|
<gregtech:ore_tungstate_0:2> * 64,
|
|
|
|
<gregtech:ore_tungstate_0:2> * 64,
|
|
|
|
<gregtech:ore_tungstate_0:2> * 64,
|
2024-03-24 23:45:47 +11:00
|
|
|
<nomilabs:radiumsalt> * 64,
|
|
|
|
<nomilabs:radiumsalt> * 64)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t2 stellar creation data
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_1.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(120)
|
|
|
|
.EUt(1000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiertwoship>,
|
|
|
|
<nomilabs:ultradensehydrogen> * 4)
|
2022-03-24 23:07:41 +08:00
|
|
|
.fluidInputs(<liquid:rocket_fuel> * 3000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.outputs(<nomilabs:stellarcreationdata> * 4)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
2022-12-23 21:33:50 +08:00
|
|
|
// t2 gases
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_1.recipeBuilder()
|
2022-12-23 21:33:50 +08:00
|
|
|
.duration(700)
|
|
|
|
.EUt(2000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiertwoship>,
|
2022-12-23 21:33:50 +08:00
|
|
|
<metaitem:electric.pump.hv> * 4,
|
|
|
|
<thermalfoundation:material:1025> * 64)
|
|
|
|
.fluidInputs(<liquid:rocket_fuel> * 12000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.outputs(<nomilabs:solidifiedneon> * 10,
|
|
|
|
<nomilabs:solidifiedkrypton> * 10,
|
|
|
|
<nomilabs:solidifiedxenon> * 10)
|
2022-12-23 21:33:50 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
2022-03-24 23:07:41 +08:00
|
|
|
// t3 gems
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_1.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(700)
|
|
|
|
.EUt(2000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tierthreeship>,
|
|
|
|
<nomilabs:quantumflux> * 4,
|
|
|
|
<nomilabs:gemsensor>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.fluidInputs(<liquid:rocket_fuel> * 20000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.outputs(<metaitem:gemPerfectDiamond> * 64,
|
|
|
|
<metaitem:gemPerfectDiamond> * 32,
|
|
|
|
<metaitem:gemPerfectRuby> * 64,
|
|
|
|
<metaitem:gemPerfectTopaz> * 48,
|
|
|
|
<metaitem:gemPerfectEmerald> * 32,
|
2022-03-24 23:07:41 +08:00
|
|
|
<gregtech:ore_sapphire_0:1> * 64,
|
|
|
|
<gregtech:ore_gold_0:1> * 64,
|
|
|
|
<gregtech:ore_silver_0:1> * 64)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t3 ores
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_1.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(700)
|
|
|
|
.EUt(2000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tierthreeship>,
|
|
|
|
<nomilabs:quantumflux> * 4,
|
2022-03-24 23:07:41 +08:00
|
|
|
<meta_tile_entity:super_chest.mv>)
|
|
|
|
.fluidInputs(<liquid:rocket_fuel> * 20000)
|
2022-07-03 11:08:35 +08:00
|
|
|
.outputs(<gregtech:ore_scheelite_0:1> * 64,
|
2024-03-24 23:45:47 +11:00
|
|
|
<gregtech:ore_scheelite_0:1> * 64,
|
2022-07-03 11:08:35 +08:00
|
|
|
<gregtech:ore_scheelite_0:1> * 64,
|
|
|
|
<gregtech:ore_scheelite_0:1> * 64,
|
|
|
|
<gregtech:ore_tungstate_0:1> * 64,
|
|
|
|
<gregtech:ore_tungstate_0:1> * 64,
|
|
|
|
<gregtech:ore_tungstate_0:1> * 64,
|
2024-03-24 23:45:47 +11:00
|
|
|
<gregtech:ore_tungstate_0:1> * 64,
|
|
|
|
<gregtech:ore_ilmenite_0:1> * 64,
|
|
|
|
<gregtech:ore_vanadium_magnetite_0:1> * 64,
|
|
|
|
<gregtech:ore_tetrahedrite_0:1> * 64,
|
|
|
|
<gregtech:ore_cassiterite_0:1> * 64,
|
|
|
|
<gregtech:ore_tin_0:1> * 64,
|
|
|
|
<gregtech:ore_redstone_0:1> * 64,
|
|
|
|
<gregtech:ore_certus_quartz_0:1> * 64,
|
|
|
|
<gregtech:ore_almandine_0:1> * 64,
|
|
|
|
<gregtech:ore_lepidolite_0:1> * 64,
|
|
|
|
<gregtech:ore_cobaltite_0:1> * 64,
|
|
|
|
<gregtech:ore_laurite_0:1> * 16,
|
|
|
|
<gregtech:ore_cuprorhodsite_0:1> * 8)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// advanced projector
|
|
|
|
// t4 oil and infinity
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_2.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(800)
|
|
|
|
.EUt(3750)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tierfourship>,
|
|
|
|
<nomilabs:quantumflux> * 8,
|
2022-03-24 23:07:41 +08:00
|
|
|
<advancedrocketry:satelliteprimaryfunction:1>,
|
|
|
|
<ore:dustPetrotheum> * 64)
|
2024-03-24 23:45:47 +11:00
|
|
|
.outputs(<nomilabs:denseoilshale> * 64,
|
|
|
|
<nomilabs:denseoilshale> * 64,
|
2023-03-03 21:34:09 +11:00
|
|
|
<ore:compressed2xDustBedrock>.firstItem * 32)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t4 dense gem ores
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_2.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(800)
|
|
|
|
.EUt(3750)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tierfourship>,
|
|
|
|
<nomilabs:quantumflux> * 8,
|
|
|
|
<nomilabs:gemsensor>,
|
2022-03-24 23:07:41 +08:00
|
|
|
<ore:dustPetrotheum> * 64)
|
|
|
|
.outputs(<densemetals:dense_lapis_ore> * 64,
|
|
|
|
<densemetals:dense_diamond_ore> * 64,
|
|
|
|
<densemetals:dense_diamond_ore> * 64,
|
|
|
|
<densemetals:dense_coal_ore> * 64,
|
|
|
|
<densemetals:dense_emerald_ore> * 32,
|
|
|
|
<densemetals:dense_redstone_ore> * 16)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t4 osmium iridium
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_2.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(800)
|
|
|
|
.EUt(3750)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tierfourship>,
|
|
|
|
<nomilabs:quantumflux> * 8,
|
|
|
|
<nomilabs:witherrealmdata> * 4,
|
2022-03-24 23:07:41 +08:00
|
|
|
<ore:dustPetrotheum> * 64)
|
|
|
|
.outputs(<gregtech:ore_iridosmine_8020_0> * 64,
|
|
|
|
<gregtech:ore_iridosmine_8020_0> * 64,
|
|
|
|
<gregtech:ore_osmiridium_8020_0> * 16)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t5 ores
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_2.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(1000)
|
|
|
|
.EUt(7500)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tierfiveship>,
|
|
|
|
<nomilabs:quantumflux> * 16,
|
|
|
|
<nomilabs:stabilizeduranium> * 32)
|
2022-03-24 23:07:41 +08:00
|
|
|
.outputs(<gregtech:ore_uraninite_0> * 64,
|
|
|
|
<gregtech:ore_palladium_0> * 64,
|
|
|
|
<gregtech:ore_realgar_0> * 64,
|
|
|
|
<gregtech:ore_bastnasite_0> * 64,
|
|
|
|
<gregtech:ore_sphalerite_0> * 64,
|
|
|
|
<gregtech:ore_monazite_0> * 64,
|
|
|
|
<gregtech:meta_block_compressed_26> * 64, //Ender Pearl Block
|
|
|
|
<gregtech:ore_osmiridium_8020_0> * 16,
|
|
|
|
<metaitem:dustBoron> * 64,
|
|
|
|
<gregtech:ore_molybdenite_0> * 64,
|
|
|
|
<gregtech:ore_beryllium_0> * 64,
|
|
|
|
<gregtech:ore_beryllium_0> * 64)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t5 naquadah sheldonite trinium
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_2.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(1000)
|
|
|
|
.EUt(7500)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tierfiveship>,
|
|
|
|
<nomilabs:quantumflux> * 16,
|
|
|
|
<nomilabs:stabilizedplutonium> * 32)
|
2022-03-24 23:07:41 +08:00
|
|
|
.outputs(<gregtech:ore_cooperite_0:2> * 64,
|
|
|
|
<gregtech:ore_cooperite_0:2> * 64,
|
|
|
|
<gregtech:ore_naquadah_0> * 64,
|
|
|
|
<gregtech:ore_naquadah_0> * 64,
|
2022-04-09 20:43:34 +08:00
|
|
|
<gregtech:ore_naquadah_0> * 64,
|
|
|
|
<gregtech:ore_kaemanite_0> * 48)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t6 u/os/ir
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_2.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(1250)
|
|
|
|
.EUt(18750)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiersixship>,
|
|
|
|
<nomilabs:quantumflux> * 16,
|
|
|
|
<nomilabs:stabilizeduranium> * 32,
|
|
|
|
<nomilabs:witherrealmdata> * 16)
|
2022-03-24 23:07:41 +08:00
|
|
|
.outputs(<gregtech:ore_uraninite_0> * 64,
|
|
|
|
<gregtech:ore_uraninite_0> * 64,
|
|
|
|
<gregtech:ore_uraninite_0> * 64,
|
|
|
|
<gregtech:ore_uraninite_0> * 64,
|
|
|
|
<gregtech:ore_osmiridium_8020_0> * 64,
|
|
|
|
<gregtech:ore_osmiridium_8020_0> * 64,
|
|
|
|
<gregtech:ore_osmiridium_8020_0> * 64,
|
|
|
|
<gregtech:ore_iridosmine_8020_0> * 64,
|
|
|
|
<gregtech:ore_iridosmine_8020_0> * 64)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t6 einsteinium
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_2.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(1250)
|
|
|
|
.EUt(18750)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiersixship>,
|
|
|
|
<nomilabs:quantumflux> * 16,
|
|
|
|
<nomilabs:stabilizedplutonium> * 32,
|
|
|
|
<nomilabs:witherrealmdata> * 64)
|
|
|
|
.outputs(<nomilabs:stabilizedeinsteinium> * 32)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t6 eggs
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_2.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(1250)
|
|
|
|
.EUt(18750)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiersixship>,
|
|
|
|
<nomilabs:quantumflux> * 16,
|
|
|
|
<nomilabs:stabilizedplutonium> * 32,
|
|
|
|
<nomilabs:dragonlairdata> * 16)
|
2022-03-24 23:07:41 +08:00
|
|
|
.outputs(<minecraft:dragon_egg> * 32)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// advanced projector 2
|
|
|
|
// t7 hearts
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_3.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(1500)
|
|
|
|
.EUt(31250)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiersevenship>,
|
|
|
|
<nomilabs:quantumflux> * 32,
|
2022-03-24 23:07:41 +08:00
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
2024-03-24 23:45:47 +11:00
|
|
|
<nomilabs:dragonlairdata> * 32)
|
2022-03-24 23:07:41 +08:00
|
|
|
.outputs(<draconicevolution:dragon_heart> * 32,
|
|
|
|
<minecraft:dragon_egg> * 64,
|
|
|
|
<minecraft:dragon_egg> * 64,
|
|
|
|
<minecraft:dragon_breath> * 64,
|
|
|
|
<armorplus:material:3> * 64,
|
|
|
|
<armorplus:material:3> * 64,
|
|
|
|
<armorplus:material:3> * 64,
|
|
|
|
<minecraft:gold_block> * 64,
|
|
|
|
<minecraft:gold_block> * 64,
|
|
|
|
<minecraft:gold_block> * 64,
|
|
|
|
<metaitem:blockSilver> * 64, //Silver block
|
|
|
|
<metaitem:blockSilver> * 64, //Silver Block
|
|
|
|
<minecraft:diamond_block> * 64,
|
|
|
|
<minecraft:diamond_block> * 64,
|
|
|
|
<metaitem:blockPlatinum> * 64, //Platinum Block
|
2022-05-03 13:02:54 +08:00
|
|
|
<metaitem:blockRuthenium> * 16)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t7 chaos lair data
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_3.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(1500)
|
|
|
|
.EUt(31250)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiersevenship>,
|
2022-03-24 23:07:41 +08:00
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
2024-03-24 23:45:47 +11:00
|
|
|
<nomilabs:gemsensor>,
|
|
|
|
<nomilabs:dragonlairdata> * 64,
|
|
|
|
<nomilabs:dragonlairdata> * 64,
|
|
|
|
<nomilabs:dragonlairdata> * 64,
|
|
|
|
<nomilabs:dragonlairdata> * 64)
|
|
|
|
.outputs(<nomilabs:lairofthechaosguardiandata>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t8 gravistar nt
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_3.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(2000)
|
|
|
|
.EUt(62500)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiereightship>,
|
|
|
|
<nomilabs:quantumflux> * 64,
|
2022-03-24 23:07:41 +08:00
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
2024-03-24 23:45:47 +11:00
|
|
|
<nomilabs:witherrealmdata> * 64,
|
|
|
|
<nomilabs:witherrealmdata> * 64)
|
2022-03-24 23:07:41 +08:00
|
|
|
.outputs(<metaitem:quantumstar> * 32,
|
|
|
|
<metaitem:quantumeye> * 64,
|
|
|
|
<ore:ingotNeutronium>.firstItem * 16,
|
|
|
|
<metaitem:gravistar>)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t8 shards eggs
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_3.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(1500)
|
|
|
|
.EUt(62500)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiereightship>,
|
|
|
|
<nomilabs:quantumflux> * 64,
|
2022-03-24 23:07:41 +08:00
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
|
|
|
<ore:gemDilithium>.firstItem * 64,
|
2024-03-24 23:45:47 +11:00
|
|
|
<nomilabs:lairofthechaosguardiandata>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.outputs(<draconicevolution:chaos_shard> * 4,
|
|
|
|
<minecraft:dragon_egg> * 64,
|
|
|
|
<minecraft:dragon_egg> * 64,
|
|
|
|
<minecraft:dragon_egg> * 64,
|
|
|
|
<minecraft:dragon_egg> * 64)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t9 nt
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_3.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(3000)
|
|
|
|
.EUt(250000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiernineship>,
|
2022-03-24 23:07:41 +08:00
|
|
|
<metaitem:neutron_reflector> * 8,
|
2024-03-24 23:45:47 +11:00
|
|
|
<metaitem:nomilabs:blockAwakenedDraconium> * 4,
|
|
|
|
<nomilabs:stellarcreationdata>)
|
|
|
|
.outputs(<metaitem:ingotNeutronium> * 64,
|
|
|
|
<metaitem:ingotNeutronium> * 64,
|
|
|
|
<metaitem:ingotNeutronium> * 32)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t9 universe creation data
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_3.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(3000)
|
|
|
|
.EUt(250000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiernineship>,
|
|
|
|
<metaitem:nomilabs:blockAwakenedDraconium> * 4,
|
|
|
|
<nomilabs:stellarcreationdata> * 64,
|
|
|
|
<nomilabs:stellarcreationdata> * 64,
|
|
|
|
<nomilabs:stellarcreationdata> * 64,
|
|
|
|
<nomilabs:stellarcreationdata> * 64)
|
|
|
|
.outputs(<nomilabs:universecreationdata>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// t10 hotu
|
2024-03-24 23:45:47 +11:00
|
|
|
microverse_projector_3.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(6000)
|
|
|
|
.EUt(1000000)
|
2024-03-24 23:45:47 +11:00
|
|
|
.inputs(<nomilabs:tiertenship>,
|
|
|
|
<nomilabs:universecreationdata>,
|
2022-03-24 23:07:41 +08:00
|
|
|
<ore:blockAwakenedDraconium> * 8)
|
2024-03-24 23:45:47 +11:00
|
|
|
.outputs(<nomilabs:heartofauniverse>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.buildAndRegister();
|
|
|
|
|
2022-03-31 21:52:30 +08:00
|
|
|
// creative tank provider
|
|
|
|
// creative tank
|
2024-03-24 23:45:47 +11:00
|
|
|
creative_tank_provider.recipeBuilder()
|
|
|
|
.notConsumable(<nomilabs:creativeportabletankmold>)
|
2022-03-31 21:52:30 +08:00
|
|
|
.inputs(<minecraft:bucket>)
|
|
|
|
.outputs(<metaitem:creative_tank>)
|
|
|
|
.duration(500)
|
|
|
|
.EUt(100000)
|
|
|
|
.buildAndRegister();
|
2022-03-24 23:07:41 +08:00
|
|
|
|
|
|
|
|
|
|
|
// Naquadah Reactor Mk1 Recipes
|
2024-03-24 23:45:47 +11:00
|
|
|
naquadah_reactor_1.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(938)
|
Fix and Improve Custom Multis (#483)
Adds Front Overlays back
Fix Muffler Hatch not being allowed everywhere (multiverse)
Adds Maintenance and Min Casing Requirements to all multis
Add distinct mode to some multis
Note: the HM crafting recipe for naq reactors has been removed, as the new assembly line recipe added applies to both NM and HM.
Fixes #504
Fixes #505
Fixes #513
[EXPAND]
[[messages]]
messageTitle = "Improve Custom Multis"
messageBody = """
[COMBINE]
commits = [\"bd58b9072f45d647734ae66168cbd27bf9b2f220\"]
[COMBINE]
"""
[[messages]]
messageTitle = "Fix Custom Multis"
messageBody = """
[BUG]
[IGNORE]
checks = { compareNot = \"1.7-alpha-1\" }
[IGNORE]
[DETAILS]
details = [
\"Fixes Multiverse Projector Muffler Hatch Issues\",
\"Fixes Naquadah Reactors\"
]
[DETAILS]
"""
[EXPAND]
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = """
[EXPAND]
[[messages]]
messageTitle = \"Update GT to 2.7.4\"
messageBody = \"\"\"
[BREAKING]
[DETAILS]
details = [
\\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\\",
\\"Adds Assembly Line Research\\",
\\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\\",
\\"Adds Filtered Output Hatches\\",
\\"Adds EU Multiblock Power Storage\\",
\\"Adds Multiblock Transformer and Laser Power Transfer\\",
\\"Adds Long Distance Pipes\\",
\\"Creating Waypoints in the Prospector\\",
\\"Fixing many bugs\\",
\\"And many more!\\"
]
[DETAILS]
\"\"\"
[[messages]]
messageTitle = \"Multiblock Changes\"
messageBody = \"\"\"
[BREAKING]
[DETAILS]
details = [
\\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\\",
\\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\\",
\\"Some Custom Multiblocks now have Distinct Mode\\",
\\"All Custom Multiblocks now have custom Front Overlays\\",
\\"Reworked & Improved Multiblock UIs\\"
]
[DETAILS]
\"\"\"
[EXPAND]
"""
[FIXUP]
2023-11-09 09:21:58 +11:00
|
|
|
.EUt(393216)
|
2022-07-27 22:15:39 +08:00
|
|
|
.inputs(<metaitem:boltNaquadahEnriched>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.outputs(<metaitem:boltLead>)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
2024-03-24 23:45:47 +11:00
|
|
|
naquadah_reactor_1.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(3750)
|
Fix and Improve Custom Multis (#483)
Adds Front Overlays back
Fix Muffler Hatch not being allowed everywhere (multiverse)
Adds Maintenance and Min Casing Requirements to all multis
Add distinct mode to some multis
Note: the HM crafting recipe for naq reactors has been removed, as the new assembly line recipe added applies to both NM and HM.
Fixes #504
Fixes #505
Fixes #513
[EXPAND]
[[messages]]
messageTitle = "Improve Custom Multis"
messageBody = """
[COMBINE]
commits = [\"bd58b9072f45d647734ae66168cbd27bf9b2f220\"]
[COMBINE]
"""
[[messages]]
messageTitle = "Fix Custom Multis"
messageBody = """
[BUG]
[IGNORE]
checks = { compareNot = \"1.7-alpha-1\" }
[IGNORE]
[DETAILS]
details = [
\"Fixes Multiverse Projector Muffler Hatch Issues\",
\"Fixes Naquadah Reactors\"
]
[DETAILS]
"""
[EXPAND]
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = """
[EXPAND]
[[messages]]
messageTitle = \"Update GT to 2.7.4\"
messageBody = \"\"\"
[BREAKING]
[DETAILS]
details = [
\\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\\",
\\"Adds Assembly Line Research\\",
\\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\\",
\\"Adds Filtered Output Hatches\\",
\\"Adds EU Multiblock Power Storage\\",
\\"Adds Multiblock Transformer and Laser Power Transfer\\",
\\"Adds Long Distance Pipes\\",
\\"Creating Waypoints in the Prospector\\",
\\"Fixing many bugs\\",
\\"And many more!\\"
]
[DETAILS]
\"\"\"
[[messages]]
messageTitle = \"Multiblock Changes\"
messageBody = \"\"\"
[BREAKING]
[DETAILS]
details = [
\\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\\",
\\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\\",
\\"Some Custom Multiblocks now have Distinct Mode\\",
\\"All Custom Multiblocks now have custom Front Overlays\\",
\\"Reworked & Improved Multiblock UIs\\"
]
[DETAILS]
\"\"\"
[EXPAND]
"""
[FIXUP]
2023-11-09 09:21:58 +11:00
|
|
|
.EUt(393216)
|
2022-07-27 22:15:39 +08:00
|
|
|
.inputs(<metaitem:boltNaquadria>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.outputs(<metaitem:boltLead>)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
|
|
|
// Naquadah Reactor Mk2 Recipes
|
2024-03-24 23:45:47 +11:00
|
|
|
naquadah_reactor_2.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(1875)
|
Fix and Improve Custom Multis (#483)
Adds Front Overlays back
Fix Muffler Hatch not being allowed everywhere (multiverse)
Adds Maintenance and Min Casing Requirements to all multis
Add distinct mode to some multis
Note: the HM crafting recipe for naq reactors has been removed, as the new assembly line recipe added applies to both NM and HM.
Fixes #504
Fixes #505
Fixes #513
[EXPAND]
[[messages]]
messageTitle = "Improve Custom Multis"
messageBody = """
[COMBINE]
commits = [\"bd58b9072f45d647734ae66168cbd27bf9b2f220\"]
[COMBINE]
"""
[[messages]]
messageTitle = "Fix Custom Multis"
messageBody = """
[BUG]
[IGNORE]
checks = { compareNot = \"1.7-alpha-1\" }
[IGNORE]
[DETAILS]
details = [
\"Fixes Multiverse Projector Muffler Hatch Issues\",
\"Fixes Naquadah Reactors\"
]
[DETAILS]
"""
[EXPAND]
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = """
[EXPAND]
[[messages]]
messageTitle = \"Update GT to 2.7.4\"
messageBody = \"\"\"
[BREAKING]
[DETAILS]
details = [
\\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\\",
\\"Adds Assembly Line Research\\",
\\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\\",
\\"Adds Filtered Output Hatches\\",
\\"Adds EU Multiblock Power Storage\\",
\\"Adds Multiblock Transformer and Laser Power Transfer\\",
\\"Adds Long Distance Pipes\\",
\\"Creating Waypoints in the Prospector\\",
\\"Fixing many bugs\\",
\\"And many more!\\"
]
[DETAILS]
\"\"\"
[[messages]]
messageTitle = \"Multiblock Changes\"
messageBody = \"\"\"
[BREAKING]
[DETAILS]
details = [
\\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\\",
\\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\\",
\\"Some Custom Multiblocks now have Distinct Mode\\",
\\"All Custom Multiblocks now have custom Front Overlays\\",
\\"Reworked & Improved Multiblock UIs\\"
]
[DETAILS]
\"\"\"
[EXPAND]
"""
[FIXUP]
2023-11-09 09:21:58 +11:00
|
|
|
.EUt(1572864)
|
2022-07-27 22:15:39 +08:00
|
|
|
.inputs(<metaitem:boltNaquadahEnriched>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.outputs(<metaitem:boltLead>)
|
|
|
|
.buildAndRegister();
|
|
|
|
|
2024-03-24 23:45:47 +11:00
|
|
|
naquadah_reactor_2.recipeBuilder()
|
2022-03-24 23:07:41 +08:00
|
|
|
.duration(7500)
|
Fix and Improve Custom Multis (#483)
Adds Front Overlays back
Fix Muffler Hatch not being allowed everywhere (multiverse)
Adds Maintenance and Min Casing Requirements to all multis
Add distinct mode to some multis
Note: the HM crafting recipe for naq reactors has been removed, as the new assembly line recipe added applies to both NM and HM.
Fixes #504
Fixes #505
Fixes #513
[EXPAND]
[[messages]]
messageTitle = "Improve Custom Multis"
messageBody = """
[COMBINE]
commits = [\"bd58b9072f45d647734ae66168cbd27bf9b2f220\"]
[COMBINE]
"""
[[messages]]
messageTitle = "Fix Custom Multis"
messageBody = """
[BUG]
[IGNORE]
checks = { compareNot = \"1.7-alpha-1\" }
[IGNORE]
[DETAILS]
details = [
\"Fixes Multiverse Projector Muffler Hatch Issues\",
\"Fixes Naquadah Reactors\"
]
[DETAILS]
"""
[EXPAND]
[FIXUP]
[[fixes]]
sha = "bd58b9072f45d647734ae66168cbd27bf9b2f220"
newTitle = "Update GT and Related Mods for 1.7"
newBody = """
[EXPAND]
[[messages]]
messageTitle = \"Update GT to 2.7.4\"
messageBody = \"\"\"
[BREAKING]
[DETAILS]
details = [
\\"**Lots of Recipes have been moved to the Assembly Line, and now require Assembly Line Research.**\\",
\\"Adds Assembly Line Research\\",
\\"Adds ME Hatches and Buses, for combining Multiblocks with AE Networks\\",
\\"Adds Filtered Output Hatches\\",
\\"Adds EU Multiblock Power Storage\\",
\\"Adds Multiblock Transformer and Laser Power Transfer\\",
\\"Adds Long Distance Pipes\\",
\\"Creating Waypoints in the Prospector\\",
\\"Fixing many bugs\\",
\\"And many more!\\"
]
[DETAILS]
\"\"\"
[[messages]]
messageTitle = \"Multiblock Changes\"
messageBody = \"\"\"
[BREAKING]
[DETAILS]
details = [
\\"Multiblocks accept a new **maximum** of 2 Energy Hatches.\\",
\\"All Custom Multiblocks, such as Naquadah Reactors and Multiverse Projectors, now have **minimum casing requirements** and a **maintenance hatch**.\\",
\\"Some Custom Multiblocks now have Distinct Mode\\",
\\"All Custom Multiblocks now have custom Front Overlays\\",
\\"Reworked & Improved Multiblock UIs\\"
]
[DETAILS]
\"\"\"
[EXPAND]
"""
[FIXUP]
2023-11-09 09:21:58 +11:00
|
|
|
.EUt(1572864)
|
2022-07-27 22:15:39 +08:00
|
|
|
.inputs(<metaitem:boltNaquadria>)
|
2022-03-24 23:07:41 +08:00
|
|
|
.outputs(<metaitem:boltLead>)
|
|
|
|
.buildAndRegister();
|