diff --git a/README.md b/README.md index d34ae1f..5f03b3e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Leaves Always Falling -Who doesn't love a dramatic effect? +Make every leaf spawn leaf particles constantly, regardless of the season. Who doesn't love a dramatic effect? > **Important** > Required [Babric](https://github.com/Turnip-Labs/babric-instance-repo/releases) to run the mod. diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 001617f..8295e81 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -3,7 +3,7 @@ "id": "leavesalwaysfalling", "version": "${version}", "name": "Leaves Always Falling", - "description": "Always spawn leaf particles, no matter what the season is.", + "description": "Make every leaf spawn leaf particles constantly, regardless of the season.", "authors": [ "rootEnginear" ], diff --git a/src/main/resources/icon.png b/src/main/resources/icon.png index df525b9..aa93c2e 100644 Binary files a/src/main/resources/icon.png and b/src/main/resources/icon.png differ