Skip to content

Commit 18b89ec

Browse files
committed
Bedrock armor textures + bump nightdew drop chances
1 parent 9c31612 commit 18b89ec

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

src/main/java/de/dafuqs/spectrum/blocks/deeper_down/flora/NightdewBlock.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
public class NightdewBlock extends TriStateVineBlock {
1717

18-
public static final float BASE_BURGEON_CHANCE = 10000;
19-
public static final float MAX_BURGEON_CHANCE = 1000;
18+
public static final float BASE_BURGEON_CHANCE = 2000;
19+
public static final float MAX_BURGEON_CHANCE = 250;
2020

2121

2222
public NightdewBlock(Settings settings) {
58 Bytes
Loading
14 Bytes
Loading
108 Bytes
Loading
-57 Bytes
Loading

0 commit comments

Comments
 (0)