Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into crab
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Nov 5, 2023
2 parents 9f7fdd9 + 43c956a commit 4727bf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public AncientHornRecipe(CraftingBookCategory category) {
Ingredient.of(RegisterItems.ANCIENT_HORN_FRAGMENT), Ingredient.of(Items.GOLD_INGOT), Ingredient.of(RegisterItems.ANCIENT_HORN_FRAGMENT),
Ingredient.of(RegisterItems.ANCIENT_HORN_FRAGMENT), Ingredient.of(Items.ECHO_SHARD), Ingredient.of(RegisterItems.ANCIENT_HORN_FRAGMENT),
Ingredient.of(Items.ECHO_SHARD), Ingredient.of(RegisterItems.ANCIENT_HORN_FRAGMENT), Ingredient.of(Items.ECHO_SHARD)
), new ItemStack(RegisterItems.COPPER_HORN)
), new ItemStack(RegisterItems.ANCIENT_HORN)
);
}

Expand Down

0 comments on commit 4727bf2

Please sign in to comment.