Fix bugs and fix #4
Particles can no longer spawn under the world. Particles no longer spawn in blocks, instead spawning in air. Fixed bug present since 1.2.0, which meant particle amount was dependant on blocks around player. New particle multiplier allowing greater control of particle amount. New F3 screen text, allows user to debug particle amount. Removed upper and lower limit buttons.
This commit is contained in:
@@ -16,8 +16,10 @@
|
||||
"menu.cavedust.lowerlimit.tooltip": "The height where particles spawn the most (uses player y).",
|
||||
"menu.cavedust.reset": "Reset settings",
|
||||
"menu.cavedust.reset.tooltip": "Are you sure you want to reset all settings?",
|
||||
"menu.cavedust.particlemultiplier": "Particle multiplier: %s",
|
||||
"menu.cavedust.particlemultiplier.tooltip": "Multiplies the amount of particles at any given depth.",
|
||||
"menu.cavedust.particlemultiplier": "Particle amount: %s",
|
||||
"menu.cavedust.particlemultiplier.tooltip": "Amount of particles to spawn at any given depth.",
|
||||
"menu.cavedust.particlemultipliermultiplier": "Particle multiplier: %s",
|
||||
"menu.cavedust.particlemultipliermultiplier.tooltip": "Multiplies particle amount.",
|
||||
"menu.cavedust.velocityrandomness": "Velocity randomness: %s",
|
||||
"menu.cavedust.velocityrandomness.tooltip": "The randomness of the velocity of the particles.",
|
||||
"menu.cavedust.enhanceddetection.true": "Enhanced detection: Enabled",
|
||||
|
||||
Reference in New Issue
Block a user