Skip to content

Commit

Permalink
fix(recipes): ✏️[Ender Ingot] remove default Crafting Table recipe (o…
Browse files Browse the repository at this point in the history
…verlook)
  • Loading branch information
Krutoy242 committed Apr 16, 2024
1 parent ed625d2 commit d2239e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/mods/extendedcrafting.zs
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ recipes.addShaped(<extendedcrafting:interface>, [
[<ore:ingotBlackIron>, <extendedcrafting:material:2>, <ore:ingotBlackIron>]]);

// Remake ender ingot recipe
recipes.removeByRecipeName('extendedcrafting:ender_ingot');
scripts.process.alloy([<ore:ingotPlatinum>, <ore:dustEnder> * 2], <extendedcrafting:material:36>, "only: kiln ArcFurnace");
scripts.process.alloy([<ore:blockPlatinum>, <ore:dustEnder> * 9], <extendedcrafting:storage:5>, "only: AdvRockArc");
mods.mekanism.infuser.addRecipe('ENDER', 20, <ore:ingotPlatinum>, <extendedcrafting:material:36> * 2);
Expand Down

0 comments on commit d2239e1

Please sign in to comment.