add basic config

This commit is contained in:
Liz Graham
2022-03-17 21:46:24 +00:00
parent 5a132871d8
commit 8172ab95cf
18 changed files with 594 additions and 190 deletions

View File

@@ -1,16 +1,13 @@
# Dust
# Cave Dust
## What...what is "Dust"?
## What...what is "Cave 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 :(
It works by checking if the player has the sky above them while being below sea level and then scales the amount of particles based on depth.
<br><br>It has a config system that you can access using Mod Menu, most things you can change in-game, but to change the particle you'll need to open the config file manually :)
<br>
## Dependencies
Dust requires the [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) but everything else Dust *needs* is included.
Cave Dust requires the [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) but everything else Cave 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