Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 22, 2024
1 parent a7ad98b commit 355afc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ protected void generate() {
this.dropSelf(ReduxBlocks.RAW_VERIDIUM_BLOCK.get());
this.dropSelf(ReduxBlocks.REFINED_SENTRITE_BLOCK.get());

this.createPetalsDrops(ReduxBlocks.GOLDEN_CLOVERS.get());
this.add(ReduxBlocks.GOLDEN_CLOVERS.get(), this::createPetalsDrops);
}

@Override
Expand Down

0 comments on commit 355afc5

Please sign in to comment.