diff options
author | Xander <xandersmith2008@gmail.com> | 2022-08-30 16:53:16 +0100 |
---|---|---|
committer | Xander <xandersmith2008@gmail.com> | 2022-08-30 16:53:16 +0100 |
commit | d643a44c866504a642f9de0055417a82585d96e5 (patch) | |
tree | 199113aaa8b3dfb3c4c3191991c1501673e8da10 /gradle.properties | |
download | YetAnotherConfigLib-d643a44c866504a642f9de0055417a82585d96e5.tar.gz YetAnotherConfigLib-d643a44c866504a642f9de0055417a82585d96e5.tar.bz2 YetAnotherConfigLib-d643a44c866504a642f9de0055417a82585d96e5.zip |
Initial commit
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..638f98c --- /dev/null +++ b/gradle.properties @@ -0,0 +1,12 @@ +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. + +curseforgeId= +modrinthId= +githubProject=isXander/FabricModTemplate |