We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0d68a commit 9ae1195Copy full SHA for 9ae1195
src/main/java/net/frozenblock/wilderwild/registry/WWBlocks.java
@@ -1832,6 +1832,7 @@ private static void registerComposting() {
1832
CompostingChanceRegistry.INSTANCE.add(YELLOW_MAPLE_LEAF_LITTER, 0.1F);
1833
CompostingChanceRegistry.INSTANCE.add(ORANGE_MAPLE_LEAF_LITTER, 0.1F);
1834
CompostingChanceRegistry.INSTANCE.add(RED_MAPLE_LEAF_LITTER, 0.1F);
1835
+ CompostingChanceRegistry.INSTANCE.add(CLOVERS, 0.3F);
1836
}
1837
1838
private static void registerFlammability() {
0 commit comments