diff --git a/README.md b/README.md index dfd3d79..d34ae1f 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,8 @@ -# Playground +# Leaves Always Falling -This is the beginning of awesome mods! +Who doesn't love a dramatic effect? > **Important** > Required [Babric](https://github.com/Turnip-Labs/babric-instance-repo/releases) to run the mod. - -## Features - -- Feature #1 -- Feature #2 -- Feature #3 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 94c6cba..046c439 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -21,7 +21,7 @@ ] }, "mixins": [ - "playground.mixins.json" + "leavesalwaysfalling.mixins.json" ], "depends": { "fabricloader": ">=0.13.3" diff --git a/src/main/resources/playground.mixins.json b/src/main/resources/leavesalwaysfalling.mixins.json similarity index 100% rename from src/main/resources/playground.mixins.json rename to src/main/resources/leavesalwaysfalling.mixins.json