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 Jul 22, 2024
1 parent 5d4f649 commit cdfcf60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,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 cdfcf60

Please sign in to comment.