diff --git a/README.md b/README.md new file mode 100644 index 000000000..891b0de12 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Dynamic Trees [![](http://cf.way2muchnoise.eu/versions/252818.svg) ![](http://cf.way2muchnoise.eu/252818.svg)](https://www.curseforge.com/minecraft/mc-mods/dynamictrees) + +Minecraft Forge mod providing dynamic trees that progressively grow from seed to maturity. + +![Logo](./header.png) + +This branch is for the 1.21.1 version of Minecraft. + +### Links +- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/dynamictrees) +- [Modrinth](https://modrinth.com/mod/dynamictrees) +- [Discord](https://discord.gg/A4FCBS3) + +### Compiling +* Clone the repository. +* Open a command prompt/terminal to the repository directory. +* Run `gradlew build` on Windows, or `./gradlew build` for MacOS or Linux. +* The built jar file will be in `build/libs/`. diff --git a/header.png b/header.png new file mode 100644 index 000000000..5999d151f Binary files /dev/null and b/header.png differ