almostunified/gradle.properties

41 lines
801 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
sharedRunDir = false
extraModsDirectory = extra-mods
2023-02-01 14:43:30 -05:00
junitVersion = 5.9.0
2022-05-31 10:50:46 -04:00
2023-02-01 14:43:30 -05:00
# Minecraft
2023-03-25 14:11:29 -04:00
minecraftVersion = 1.19.4
2022-05-31 10:50:46 -04:00
2023-02-01 14:43:30 -05:00
# Mod
2023-04-02 04:44:20 -04:00
modVersion = 0.3.7
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-02-01 14:43:30 -05:00
# Mod Dependencies
2023-03-25 14:11:29 -04:00
reiVersion = 11.0.597
2023-02-04 10:18:29 -05:00
jeiVersion = 12.1.1.10
2022-05-31 10:50:46 -04:00
2023-02-01 14:43:30 -05:00
# Fabric Settings
2023-03-25 14:11:29 -04:00
fabricLoaderVersion = 0.14.18
fabricApiVersion = 0.76.0
2023-02-01 14:43:30 -05:00
fabricRecipeViewer = rei
# Forge Settings
2023-03-25 14:11:29 -04:00
forgeVersion = 45.0.24
forgeRecipeViewer = rei
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