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:
Liz Graham
2023-05-22 03:26:21 +01:00
parent c345b7822c
commit 5f48fec41a
7 changed files with 36 additions and 10 deletions

View File

@@ -4,7 +4,8 @@
"package": "net.lizistired.cavedust.mixin",
"compatibilityLevel": "JAVA_16",
"mixins": [
"ClientWorldAccessor"
"ClientWorldAccessor",
"MixinDebugScreenOverlay"
],
"client": [
],