17 lines
718 B
Markdown
17 lines
718 B
Markdown
# Dust
|
|
|
|
## What...what is "Dust"?
|
|
|
|
I'm glad you asked! It's just a mod that adds the white ash particle from the Basalt Deltas biome to the underground to simulate dust! After all, the air wouldn't be 100% clear in a real mineshaft :p
|
|
|
|
Now to the nitty gritty:
|
|
It works by checking if the player has the sky above them and by scaling the amount of particles based on depth.
|
|
<br>
|
|
-64y lots of particles!
|
|
<br>
|
|
64y: less particles :(
|
|
<br>
|
|
## Dependencies
|
|
Dust requires the [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) but everything else Dust *needs* is included.
|
|
***HOWEVER***, I recommend [Mod Menu](https://www.curseforge.com/minecraft/mc-mods/modmenu) to be able to use the config screen :p
|