Compare commits
3 Commits
v1.0.1-1.1
...
v1.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
88b58f137b | ||
|
|
dbab825f90 | ||
|
|
87fb6b94f6 |
19
README.md
19
README.md
@@ -1,9 +1,16 @@
|
|||||||
# Fabric Example Mod
|
# Dust
|
||||||
|
|
||||||
## Setup
|
## What...what is "Dust"?
|
||||||
|
|
||||||
For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using.
|
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
|
||||||
|
|
||||||
## License
|
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.
|
||||||
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
|
<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
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "modid",
|
"id": "dust",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
|
|
||||||
"name": "Dust",
|
"name": "Dust",
|
||||||
|
|||||||
Reference in New Issue
Block a user