diff options
author | isXander <isxander@users.noreply.github.com> | 2022-08-30 20:04:21 +0100 |
---|---|---|
committer | isXander <isxander@users.noreply.github.com> | 2022-08-30 20:04:21 +0100 |
commit | 9d0a5e937f97c1c17d034393e01636d5241f376a (patch) | |
tree | 40b15bc97835c798d6b4489afaf8c84970c3ea0b /gradle.properties | |
parent | d643a44c866504a642f9de0055417a82585d96e5 (diff) | |
download | YetAnotherConfigLib-9d0a5e937f97c1c17d034393e01636d5241f376a.tar.gz YetAnotherConfigLib-9d0a5e937f97c1c17d034393e01636d5241f376a.tar.bz2 YetAnotherConfigLib-9d0a5e937f97c1c17d034393e01636d5241f376a.zip |
Builder API done!
gui now...
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 638f98c..21452ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,10 +3,10 @@ org.gradle.jvmargs=-Xmx3G minecraftVersion=1.19.2 fabricLoaderVersion=0.14.9 -modId=fabric-mod-template -modName=Fabric Mod Template -modDescription=Template for Xander's mods with extra gradle goodies. +modId=yet-another-config-lib +modName=YetAnotherConfigLib +modDescription=YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft. curseforgeId= modrinthId= -githubProject=isXander/FabricModTemplate +githubProject=isXander/YetAnotherConfigLib |