diff options
author | isxander <xander@isxander.dev> | 2024-04-11 18:43:06 +0100 |
---|---|---|
committer | isxander <xander@isxander.dev> | 2024-04-11 18:43:06 +0100 |
commit | 04fe933f4c24817100f3101f088accf55a621f8a (patch) | |
tree | feff94ca3ab4484160e69a24f4ee38522381950e /gradle.properties | |
parent | 831b894fdb7fe3e173d81387c8f6a2402b8ccfa9 (diff) | |
download | YetAnotherConfigLib-04fe933f4c24817100f3101f088accf55a621f8a.tar.gz YetAnotherConfigLib-04fe933f4c24817100f3101f088accf55a621f8a.tar.bz2 YetAnotherConfigLib-04fe933f4c24817100f3101f088accf55a621f8a.zip |
Extremely fragile and broken multiversion build with stonecutter
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties index 30a4ee4..c9ee619 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,16 @@ org.gradle.jvmargs=-Xmx4G +modrinthId=yacl +curseforgeId=667299 +githubProject=isXander/YetAnotherConfigLib + modId=yet_another_config_lib_v3 modName=YetAnotherConfigLib modDescription=YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft. -modrinthId=yacl -curseforgeId=667299 -githubProject=isXander/YetAnotherConfigLib +deps.fabricLoader=0.15.9 +deps.imageio=3.10.0 +deps.quiltParsers=0.2.1 +deps.mixinExtras=0.3.5 -loaders=fabric +fabric.loom.multiProjectOptimisation=true
\ No newline at end of file |