From 12080d9b244fc8bc3ffe6a403909d04ae747e517 Mon Sep 17 00:00:00 2001 From: Ronald Inglett <71849533+inglettronald@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:39:14 -0500 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ae49c30..970b703 100644 --- a/README.md +++ b/README.md @@ -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 download links DulkirMod 1.8.9 Can be found [here](https://github.com/inglettronald/DulkirMod). @@ -126,4 +126,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. -- cgit From 4e91fd225f2ac09f5a1852a356c7be1bd580c56e Mon Sep 17 00:00:00 2001 From: Ronald Inglett <71849533+inglettronald@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:39:47 -0500 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 970b703..19f086c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Future home of dulkirmod for modern versions of minecraft. -## Beta 1.0 is available now! See the release panel on the right side for download links +## 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). -- cgit From 72c22b62181a7c17cdab9d9c65feace15e6ca6ac Mon Sep 17 00:00:00 2001 From: Ronald Inglett <71849533+inglettronald@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:49:56 -0500 Subject: Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 19f086c..7cf7ade 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit