almostunified/gradle.properties

41 lines
698 B
Properties
Raw Normal View History

2022-05-31 10:50:46 -04:00
# Project
2022-08-23 08:40:49 -04:00
version = 0.0.1
group = com.almostreliable.unified
2022-08-21 13:47:06 -04:00
license = LGPL-3.0
2022-05-31 10:50:46 -04:00
mixinVersion = 0.8.5
# Common
minecraftVersion = 1.19
2022-05-31 10:50:46 -04:00
# Forge
forgeVersion = 41.1.0
forgeMinVersion = 41
2022-05-31 10:50:46 -04:00
# Fabric
fabricVersion = 0.58.0+1.19
2022-08-23 08:40:49 -04:00
fabricLoaderVersion = 0.14.9
2022-05-31 17:19:29 -04:00
# Dependencies
extraModsDirectory = extra-mods
2022-08-23 08:40:49 -04:00
reiVersion = 9.1.530
jeiVersion = 11+
kubejsVersion = 1900.5.5-build.27
2022-05-31 10:50:46 -04:00
2022-05-31 12:41:30 -04:00
# Mappings
mappingsChannel = parchment
2022-08-21 13:47:06 -04:00
mappingsVersion = 2022.08.21
2022-05-31 12:41:30 -04:00
2022-05-31 10:50:46 -04:00
# Mod options
modId = almostunified
modName = AlmostUnified
2022-05-31 10:50:46 -04:00
modAuthor = AlmostReliable
2022-08-21 13:47:06 -04:00
modDescription = Unify all resources.
2022-05-31 10:50:46 -04:00
# Github
githubUser = AlmostReliable
2022-08-21 13:47:06 -04:00
githubRepo = almostunified
2022-05-31 10:50:46 -04:00
# Gradle
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false