almostunified/gradle.properties

45 lines
882 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
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
parchmentVersion = 2024.07.28
2023-06-14 05:48:49 -04:00
# Recipe Viewers
enableRuntimeRecipeViewer = true
2024-08-22 17:32:19 -04:00
jeiVersion = 19.8.4.113
reiVersion = 16.0.754
emiVersion = 1.1.10
fabricRecipeViewer = rei
neoforgeRecipeViewer = emi
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-08-22 17:32:19 -04:00
neoforgeVersion = 21.1.20
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