almostunified/gradle.properties
Relentless 10d4ee73bd
1.18 server only mode (#11)
Co-authored-by: LLytho <main@lytho.dev>
2022-09-27 18:14:42 +02:00

44 lines
771 B
Properties

# Project
version = 0.1.1
group = com.almostreliable.unified
license = LGPL-3.0
junitVersion = 5.9.0
# Runtime Settings
extraModsDirectory = extra-mods
forgeRecipeViewer = rei
fabricRecipeViewer = jei
# Common
minecraftVersion = 1.19
# Forge
forgeVersion = 41.1.0
forgeMinVersion = 41
# Fabric
fabricVersion = 0.58.0+1.19
fabricLoaderVersion = 0.14.9
# Dependencies
reiVersion = 9.1.537
jeiVersion = 11.1.1.239
kubejsVersion = 1900.5.5-build.27
# Mappings
mappingsChannel = parchment
mappingsVersion = 2022.09.04
# Mod Info
modId = almostunified
modName = AlmostUnified
modAuthor = AlmostReliable
modDescription = Unify all resources.
# Github
githubUser = AlmostReliable
githubRepo = almostunified
# Gradle
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false