almostunified/gradle.properties

43 lines
836 B
Properties
Raw Normal View History

2022-05-31 10:50:46 -04:00
# Project
group = com.almostreliable.mods
2023-02-01 14:43:30 -05:00
license = GNU Lesser General Public License v3.0
enabledPlatforms = fabric,forge
enableAccessWidener = false
2022-05-31 10:50:46 -04:00
2023-02-01 14:43:30 -05:00
# Minecraft
2023-06-14 06:56:08 -04:00
minecraftVersion = 1.20.1
2022-05-31 10:50:46 -04:00
2023-02-01 14:43:30 -05:00
# Mod
2023-11-21 08:20:50 -05:00
modVersion = 0.7.2
2023-02-01 14:43:30 -05:00
modPackage = com.almostreliable.unified
modId = almostunified
modName = AlmostUnified
modAuthor = Almost Reliable
modDescription = Unify all resources.
2022-05-31 17:19:29 -04:00
2023-06-14 05:48:49 -04:00
# Project Dependencies
2023-09-21 17:50:37 -04:00
autoServiceVersion = 1.1.1
2023-07-28 18:59:02 -04:00
junitVersion = 5.9.0
2023-09-21 17:51:45 -04:00
parchmentVersion = 2023.09.03
2023-06-14 05:48:49 -04:00
2023-02-01 14:43:30 -05:00
# Mod Dependencies
2023-07-28 19:43:23 -04:00
jeiVersion = 15.1.0.18
2023-07-28 18:59:02 -04:00
reiVersion = 12.0.625
2022-05-31 10:50:46 -04:00
2023-06-14 05:48:49 -04:00
# Fabric Dependencies
fabricLoaderVersion = 0.14.21
2023-06-14 06:56:08 -04:00
fabricApiVersion = 0.83.1
2023-02-01 14:43:30 -05:00
fabricRecipeViewer = rei
2023-06-14 05:48:49 -04:00
# Forge Dependencies
2023-06-14 06:56:08 -04:00
forgeVersion = 47.0.1
2023-04-06 13:22:42 -04:00
forgeRecipeViewer = jei
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