From 2823095542479568ec6d8d1624596e884bea0582 Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Sat, 14 Oct 2023 17:00:53 +0200 Subject: more changes (fixes) --- gradle.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gradle.properties') 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 -- cgit