Skip to content

Commit 9ae1195

Browse files
Update WWBlocks.java
1 parent 4f0d68a commit 9ae1195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/frozenblock/wilderwild/registry/WWBlocks.java

+1
Original file line numberDiff line numberDiff line change
@@ -1832,6 +1832,7 @@ private static void registerComposting() {
18321832
CompostingChanceRegistry.INSTANCE.add(YELLOW_MAPLE_LEAF_LITTER, 0.1F);
18331833
CompostingChanceRegistry.INSTANCE.add(ORANGE_MAPLE_LEAF_LITTER, 0.1F);
18341834
CompostingChanceRegistry.INSTANCE.add(RED_MAPLE_LEAF_LITTER, 0.1F);
1835+
CompostingChanceRegistry.INSTANCE.add(CLOVERS, 0.3F);
18351836
}
18361837

18371838
private static void registerFlammability() {

0 commit comments

Comments
 (0)