From 2cd5f8e6bd42a084022028adcc24ef566fddab95 Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Wed, 9 Aug 2023 20:46:00 +0200 Subject: Initial commit --- gradle.properties | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gradle.properties (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..6ab6d5f --- /dev/null +++ b/gradle.properties @@ -0,0 +1,13 @@ +# Done to increase the memory available to gradle. +org.gradle.jvmargs=-Xmx1G +# Fabric Properties +# check these on https://modmuss50.me/fabric.html +minecraft_version=1.20.1 +yarn_mappings=1.20.1+build.2 +loader_version=0.14.21 +#Fabric api +fabric_version=0.83.1+1.20.1 +# Mod Properties +mod_version=1.0 +maven_group=de.hype +archives_base_name=bbsentials \ No newline at end of file -- cgit