Skip to content

Commit

Permalink
v1.8 - Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotaPride committed May 9, 2024
1 parent dae5193 commit d41dffd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ public void accept(CreativeModeTab.@NotNull ItemDisplayParameters parameters, Cr
output.accept(GarnishedFluids.GREEN_MASTIC_RESIN.getBucket().get().getDefaultInstance());
output.accept(GarnishedFluids.BLUE_MASTIC_RESIN.getBucket().get().getDefaultInstance());
output.accept(GarnishedFluids.PURPLE_MASTIC_RESIN.getBucket().get().getDefaultInstance());
output.accept(GarnishedFluids.DRAGON_BREATH.getBucket().get().getDefaultInstance());
output.accept(GarnishedFluids.SWEET_TEA.getBucket().get().getDefaultInstance());

output.accept(GarnishedItems.WOODEN_HATCHET.asStack());
output.accept(GarnishedItems.STONE_HATCHET.asStack());
Expand Down

0 comments on commit d41dffd

Please sign in to comment.