almostunified/gradle.properties
2022-08-23 02:14:40 +02:00

40 lines
704 B
Properties

# Project
version = 0.0.2
group = com.almostreliable.unified
license = LGPL-3.0
mixinVersion = 0.8.5
# Common
minecraftVersion = 1.18.2
# Forge
forgeVersion = 40.1.52
forgeMinVersion = 40
# Fabric
fabricVersion = 0.55.1+1.18.2
fabricLoaderVersion = 0.14.5
# Dependencies
extraModsDirectory = extra-mods
reiVersion = 8.1.457
jeiVersion = 10+
kubejsVersion = 1802.5.4-build.500
# Mappings
mappingsChannel = parchment
mappingsVersion = 2022.08.21
# Mod options
modId = almostunified
modName = AlmostUnified
modAuthor = AlmostReliable
modDescription = Unify all resources.
# Github
githubUser = AlmostReliable
githubRepo = almostunified
# Gradle
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false