Skip to content

Commit

Permalink
change decay distance back to 12 (made some palms look ugly before)
Browse files Browse the repository at this point in the history
  • Loading branch information
AViewFromTheTop committed Dec 2, 2023
1 parent 3bdea3b commit ed686f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

public class PalmFrondsBlock extends LeavesBlock implements BonemealableBlock {

public static final int DECAY_DISTANCE = 10;
public static final int DECAY_DISTANCE = 12;

public PalmFrondsBlock(@NotNull Properties settings) {
super(settings);
Expand Down

0 comments on commit ed686f6

Please sign in to comment.