Skip to content

Commit

Permalink
fix(recipes): ✏️[Black Hole Talisman] cheaper
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Dec 9, 2024
1 parent 357c818 commit 1afab2c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions scripts/mods/botania.zs
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,18 @@ craft.remake(<botania:hourglass>, ['pretty',
'': <ore:torchRedstoneActive>, // Redstone Torch
});

// [Black Hole Talisman] from [/dev/null][+3]
recipes.removeByRecipeName("botania:blackholetalisman_0");
craft.make(<botania:blackholetalisman>, ['pretty',
'M L M',
' / ',
'M E M'], {
'M': <ore:petalMagenta>, // Mystical Magenta Petal
'L': <randomthings:ingredient:5>, // Luminous Powder
'/': <openblocks:dev_null>, // /dev/null
'E': <ore:bEnderAirBottle>, // Ender Air Bottle
});

// Alt recipe for magic-only space exploration
// [Dilithium Crystal] from [Dilithium Dust]
mods.botania.ManaInfusion.addInfusion(<libvulpes:productgem>, <ore:dustDilithium>, 10000);
Expand Down
2 changes: 1 addition & 1 deletion scripts/mods/industrialforegoing.zs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ mods.immersiveengineering.MetalPress.addRecipe(<thermalfoundation:material:26>,
recipes.removeByRecipeName('industrialforegoing:black_hole_tank');
recipes.addShapedMirrored('Black Hole Tank', <industrialforegoing:black_hole_tank>,
[[<ore:sheetSteel>, <mekanism:plasticblock:8>, <ore:sheetSteel>],
[<extrautils2:drum:3>, utils.reuse(<botania:blackholetalisman>), <extrautils2:drum:3>],
[<extrautils2:drum:3>, <botania:manaresource:5>, <extrautils2:drum:3>],
[<ore:sheetSteel>, <mekanism:plasticblock:8>, <ore:sheetSteel>]]);

// [Black Hole Unit] from [Machine Case][+4]
Expand Down

0 comments on commit 1afab2c

Please sign in to comment.