almostunified/gradle.properties

48 lines
879 B
Properties
Raw Normal View History

2022-10-17 14:57:09 -04:00
# Mod Info
modId = almostunified
modName = AlmostUnified
2023-02-01 11:51:00 -05:00
modVersion = 0.3.4
2022-10-17 14:57:09 -04:00
modAuthor = AlmostReliable
modDescription = Unify all resources.
modPackage = com.almostreliable.unified
2022-10-17 14:57:09 -04:00
2022-05-31 10:50:46 -04:00
# Project
group = com.almostreliable.mods
2022-08-21 13:47:06 -04:00
license = LGPL-3.0
junitVersion = 5.9.0
# Runtime Settings
extraModsDirectory = extra-mods
2022-10-17 14:57:09 -04:00
forgeRecipeViewer = jei
fabricRecipeViewer = rei
2022-05-31 10:50:46 -04:00
# Common
2022-10-17 14:57:09 -04:00
minecraftVersion = 1.19.2
2022-05-31 10:50:46 -04:00
# Forge
2022-12-20 09:47:07 -05:00
forgeVersion = 43.2.1
2022-10-17 14:57:09 -04:00
forgeMinVersion = 43
2022-05-31 10:50:46 -04:00
# Fabric
2022-12-20 09:47:07 -05:00
fabricVersion = 0.69.0+1.19.2
fabricLoaderVersion = 0.14.11
2022-05-31 17:19:29 -04:00
# Dependencies
2022-12-20 09:47:07 -05:00
reiVersion = 9.1.580
reiMinVersion = 9.1.574
2022-12-20 09:47:07 -05:00
jeiVersion = 11.4.0.290
kubejsVersion = 1902.6.0-build.132
kubejsMinVersion = 1902.6.0-build.117
2022-05-31 10:50:46 -04:00
2022-05-31 12:41:30 -04:00
# Mappings
mappingsChannel = parchment
2022-12-20 09:47:07 -05:00
mappingsVersion = 2022.11.27
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