diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-10-14 17:00:53 +0200 |
---|---|---|
committer | HacktheTime <l4bg0jb7@duck.com> | 2023-10-14 17:00:53 +0200 |
commit | 2823095542479568ec6d8d1624596e884bea0582 (patch) | |
tree | 099f2ebe75556061ba49ae948b21f83c6a35381c /gradle.properties | |
parent | 77fb80356b42260a95610aa5971d2b03d8d30e1d (diff) | |
download | BBsentials-2823095542479568ec6d8d1624596e884bea0582.tar.gz BBsentials-2823095542479568ec6d8d1624596e884bea0582.tar.bz2 BBsentials-2823095542479568ec6d8d1624596e884bea0582.zip |
more changes (fixes)
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 1d84847..8a784a0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,4 +11,14 @@ fabric_version=0.89.2+1.20.2 mod_version=1.0 maven_group=de.hype archives_base_name=bbsentials +#Other + +loom.platform=forge +mcVersion = 1.8.9 +modid = bbsentials +# Done to increase the memory available to gradle. +# Fabric Properties +# check these on https://modmuss50.me/fabric.html +baseGroup = de.hype.bbsentials.forge +forgeMcVersion = 1.8.9 #Other
\ No newline at end of file |