Skip to content

Commit

Permalink
Lots of item tag additions. Make saplings compostable. Implements ter…
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed May 26, 2024
1 parent b8028fd commit 079251d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ public ColorfulTree(AzaleaColors color) {
}, BlockBehaviour.Properties.copy(Blocks.AZALEA).noOcclusion()));

addBlockToAzaleaLootTable(sapling);

CompostingChanceRegistry.INSTANCE.add(sapling, 0.65F);
}

}
Expand Down

0 comments on commit 079251d

Please sign in to comment.