Skip to content

Commit

Permalink
Fix Fir door and slab drops.
Browse files Browse the repository at this point in the history
- Fix Fir door and slab drops
  • Loading branch information
gniftygnome committed Jun 16, 2024
1 parent a0bc23d commit 2fbfc02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public void generate() {
addDrop(TraverseBlocks.YELLOW_AUTUMNAL_SAPLING);

// less simple blocks
doorDrops(TraverseBlocks.FIR_DOOR);
slabDrops(TraverseBlocks.FIR_SLAB);
addDrop(TraverseBlocks.FIR_DOOR, this::doorDrops);
addDrop(TraverseBlocks.FIR_SLAB, this::slabDrops);

// potted things
addPottedPlantDrops(TraverseBlocks.POTTED_BROWN_AUTUMNAL_SAPLING);
Expand Down

0 comments on commit 2fbfc02

Please sign in to comment.