Skip to content

Commit

Permalink
fix(recipes): ✏️[Ender Nugget] => [Ender Ingot] remove duplicate recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Apr 15, 2024
1 parent c8ef6ee commit 9d1d966
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/mods/extendedcrafting.zs
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ recipes.addShaped(<extendedcrafting:interface>, [
[<extendedcrafting:material:17>, <extendedcrafting:frame>, <extendedcrafting:material:17>],
[<ore:ingotBlackIron>, <extendedcrafting:material:2>, <ore:ingotBlackIron>]]);

// Pack 9->1 recipe for ender ingot (somehow its missed)
val e = <extendedcrafting:material:37>;
recipes.addShapeless('9->1 Ender Ingot', <extendedcrafting:material:36>, [e,e,e,e,e,e,e,e,e]);

// Remake ender ingot recipe
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");
Expand Down

0 comments on commit 9d1d966

Please sign in to comment.