mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
44 lines
888 B
Properties
44 lines
888 B
Properties
# Project
|
|
group = com.almostreliable.mods
|
|
license = GNU Lesser General Public License v3.0
|
|
enabledPlatforms = fabric,forge
|
|
enableAccessWidener = false
|
|
sharedRunDir = false
|
|
extraModsDirectory = extra-mods
|
|
junitVersion = 5.9.0
|
|
|
|
# Minecraft
|
|
minecraftVersion = 1.19.4
|
|
|
|
# Mod
|
|
modVersion = 0.5.0
|
|
modPackage = com.almostreliable.unified
|
|
modId = almostunified
|
|
modName = AlmostUnified
|
|
modAuthor = Almost Reliable
|
|
modDescription = Unify all resources.
|
|
|
|
# Project Dependencies
|
|
autoServiceVersion = 1.1.0
|
|
parchmentVersion = 2023.03.12
|
|
|
|
# Mod Dependencies
|
|
reiVersion = 11.0.597
|
|
jeiVersion = 13.1.0.3
|
|
|
|
# Fabric Dependencies
|
|
fabricLoaderVersion = 0.14.21
|
|
fabricApiVersion = 0.83.0
|
|
fabricRecipeViewer = rei
|
|
|
|
# Forge Dependencies
|
|
forgeVersion = 45.1.0
|
|
forgeRecipeViewer = jei
|
|
|
|
# Github
|
|
githubUser = AlmostReliable
|
|
githubRepo = almostunified
|
|
|
|
# Gradle
|
|
org.gradle.jvmargs = -Xmx3G
|
|
org.gradle.daemon = false
|