⁠
kyle wood: Remove legacy creator
- # Done to increase the memory available to gradle.
- org.gradle.jvmargs=-Xmx1G
-
- # Fabric Properties
- # check these on https://fabricmc.net/develop
- minecraft_version=${MC_VERSION}
- #if (!${OFFICIAL_MAPPINGS})
- yarn_mappings=${YARN_MAPPINGS}
- #end
- loader_version=${LOADER_VERSION}
-
- # Mod Properties
- mod_version = ${VERSION}
- maven_group = ${GROUP_ID}
- archives_base_name = ${ARTIFACT_ID}
-
- #if (${API_VERSION})
- # Dependencies
- # check this on https://fabricmc.net/develop
- fabric_version=${API_VERSION}
- #end