Skip to content

Commit eed9b5a

Browse files
Increase particle size slightly
1 parent 94f5e9b commit eed9b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/enderman/minecraft/plugins/scp/entities/SCP018Entity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class SCP018Entity(plugin: SCPPlugin) : CustomEntity<Snowball>(plugin, "scp_018"
135135
entity.location,
136136
1,
137137
0.0, 0.0, 0.0,
138-
Particle.DustTransition(Color.RED, Color.RED, 0.5F)
138+
Particle.DustTransition(Color.RED, Color.RED, 0.75F)
139139
)
140140

141141
previousLocation = entity.location.toVector()

0 commit comments

Comments
 (0)