V0.2.0: made Blandfruit seeds significantly less rare.
This commit is contained in:
parent
217495bc6e
commit
5e4108510a
|
@ -186,7 +186,7 @@ public class Generator {
|
|||
Fadeleaf.Seed.class,
|
||||
Rotberry.Seed.class,
|
||||
BlandfruitBush.Seed.class};
|
||||
Category.SEED.probs = new float[]{ 7, 7, 7, 7, 7, 7, 7, 0, 1 };
|
||||
Category.SEED.probs = new float[]{ 3, 3, 3, 3, 3, 3, 3, 0, 1 };
|
||||
}
|
||||
|
||||
public static void reset() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user