diff options
author | ronald <inglettronald@gmail.com> | 2023-07-31 13:29:48 -0500 |
---|---|---|
committer | ronald <inglettronald@gmail.com> | 2023-07-31 13:29:48 -0500 |
commit | e8c85bfd9624343ebbe4e987cbae2422b042bf6e (patch) | |
tree | 123e29c3745534dc5df51f6529223e4c7c86ab1e /README.md | |
parent | 200c95e19b9f5138b8139ec625451ec99dab1b56 (diff) | |
parent | 72c22b62181a7c17cdab9d9c65feace15e6ca6ac (diff) | |
download | DulkirMod-Fabric-e8c85bfd9624343ebbe4e987cbae2422b042bf6e.tar.gz DulkirMod-Fabric-e8c85bfd9624343ebbe4e987cbae2422b042bf6e.tar.bz2 DulkirMod-Fabric-e8c85bfd9624343ebbe4e987cbae2422b042bf6e.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,7 +4,7 @@ Future home of dulkirmod for modern versions of minecraft. -## Beta 1.0 will be available on **JULY 31st**! You are welcome to compile stuff before this but there is more that will be added before the first beta :) +## Beta 1.0 is available now! See the release panel on the right side for compiled source DulkirMod 1.8.9 Can be found [here](https://github.com/inglettronald/DulkirMod). @@ -95,6 +95,8 @@ This mod has 2 dependencies to run: [Fabric Kotlin Language Support](https://github.com/FabricMC/fabric-language-kotlin/releases/) +[Cloth Config API](https://modrinth.com/mod/cloth-config/version/11.1.106+forge) + Theoretically, I could throw these in the JAR, but almost all current Fabric mods already have these dependencies anyway. ### Recommendations @@ -126,4 +128,4 @@ be better to understand, feel free to hit me up. In the meantime, if you're struggling, I would suggest not worrying about DCEVM. You can (probably?) achieve this by just removing the last 2 VMargs inside your `build.gradle` and regenerating your run configuration. My DMs are always open to try to offer support -on this stuff, as it will help me learn a thing or two as well.
\ No newline at end of file +on this stuff, as it will help me learn a thing or two as well. |