Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

public class NightdewBlock extends TriStateVineBlock {

public static final float BASE_BURGEON_CHANCE = 2000;
public static final float MAX_BURGEON_CHANCE = 250;
public static final float BASE_BURGEON_CHANCE = 10000;
public static final float MAX_BURGEON_CHANCE = 1000;


public NightdewBlock(Settings settings) {
Expand Down