Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Leclowndu93150 committed Sep 28, 2024
1 parent 2ebd904 commit e3b9519
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ private static void divingArmorRecipes(@NotNull RecipeOutput pRecipeOutput) {

ItemStack inputCrate = NTBlocks.RUSTY_CRATE.toStack();
ItemStack outputCrate = NTBlocks.CRATE.toStack();
outputCrate.set(DataComponents.BLOCK_ENTITY_DATA,inputCrate.get(DataComponents.BLOCK_ENTITY_DATA));

ItemEtchingRecipeBuilder.newRecipe(outputCrate)
.ingredient(inputCrate)
Expand Down

0 comments on commit e3b9519

Please sign in to comment.