Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 11d1453

Browse files
committed
add Moonflower to BPS tracking
1 parent 6e79d33 commit 11d1453

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/jelly/farmhelperv2/feature/impl/BPSTracker.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ public void onBlockChange(PlayerDestroyBlockEvent event) {
183183
}
184184
break;
185185
case SUNFLOWER:
186+
case MOONFLOWER:
186187
case ROSE:
187188
if (event.block instanceof BlockDoublePlant) {
188189
blocksBroken++;

0 commit comments

Comments
 (0)