Skip to content

Commit

Permalink
Fix snowbell drops (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
C0bra5 authored Dec 7, 2024
1 parent 0b30c34 commit ede569d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class SnowbellCrop extends BasicWitcheryCrop {

private static final String seedOreName = "seedSnowbell";
private static final String cropOreName = "cropSnowbell";
private static final String cropOreName = "itemSnowbell";

public SnowbellCrop() {
super();
Expand Down

0 comments on commit ede569d

Please sign in to comment.