Update particle spawner

This commit is contained in:
Esophose 2020-06-13 14:30:47 -06:00
parent a2b0da8cfb
commit e87beeced4
5 changed files with 51 additions and 4 deletions

View file

@ -20,7 +20,7 @@ dependencies {
shadow 'org.jetbrains:annotations:16.0.2'
shadow 'me.clip:placeholderapi:2.10.4'
shadow 'org.xerial:sqlite-jdbc:3.23.1'
shadow 'com.comphenix.protocol:ProtocolLib:4.5.0'
shadow 'com.comphenix.protocol:ProtocolLib:4.5.1'
shadow 'com.googlecode.json-simple:json-simple:1.1.1'
// Dependencies that will be shaded into the jar

View file

@ -38,7 +38,7 @@ public class ParticleStyleThick extends DefaultParticleStyle {
@Override
protected void setDefaultSettings(CommentedFileConfiguration config) {
this.setIfNotExists("multiplier", 1, "The multiplier for the number of particles to spawn", "This style uses the same spawning as the 'normal' style");
this.setIfNotExists("multiplier", 3, "The multiplier for the number of particles to spawn", "This style uses the same spawning as the 'normal' style");
}
@Override