almostunified/gradle.properties

45 lines
883 B
Properties
Raw Normal View History

2022-05-31 10:50:46 -04:00
# Project
group = com.almostreliable.mods
2024-08-22 09:03:27 -04:00
license = All Rights Reserved
enabledPlatforms = fabric,neoforge
2023-02-01 14:43:30 -05:00
enableAccessWidener = false
2022-05-31 10:50:46 -04:00
2023-02-01 14:43:30 -05:00
# Minecraft
2024-08-22 17:32:19 -04:00
minecraftVersion = 1.21.1
2022-05-31 10:50:46 -04:00
2023-02-01 14:43:30 -05:00
# Mod
2024-10-06 14:15:24 -04:00
modVersion = 1.2.0
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
parchmentVersion = 2024.07.28
2023-06-14 05:48:49 -04:00
# Recipe Viewers
enableRuntimeRecipeViewer = true
2024-10-06 07:22:11 -04:00
jeiVersion = 19.10.0.126
reiVersion = 16.0.762
emiVersion = 1.1.13
fabricRecipeViewer = rei
2024-10-06 07:22:11 -04:00
neoforgeRecipeViewer = jei
2022-05-31 10:50:46 -04:00
2023-06-14 05:48:49 -04:00
# Fabric Dependencies
2024-08-22 17:32:19 -04:00
fabricLoaderVersion = 0.16.2
fabricApiVersion = 0.102.1
2023-02-01 14:43:30 -05:00
# NeoForge Dependencies
2024-10-06 07:22:11 -04:00
neoforgeVersion = 21.1.37
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