almostunified/gradle.properties

39 lines
667 B
Properties
Raw Normal View History

2022-05-31 10:50:46 -04:00
# Project
version = 1.0.0
group = com.almostreliable.unified
license = GNU Lesser General Public License v3.0
2022-05-31 10:50:46 -04:00
mixinVersion = 0.8.5
# Common
minecraftVersion = 1.18.2
# Forge
2022-05-31 17:19:29 -04:00
forgeVersion = 40.1.18
2022-05-31 10:50:46 -04:00
forgeMinVersion = 40
# Fabric
2022-05-31 17:19:29 -04:00
fabricVersion = 0.55.1+1.18.2
fabricLoaderVersion = 0.14.5
# Dependencies
reiVersion = 8.1.457
jeiVersion = 9+
2022-05-31 10:50:46 -04:00
2022-05-31 12:41:30 -04:00
# Mappings
mappingsChannel = parchment
mappingsVersion = 2022.05.22
2022-05-31 10:50:46 -04:00
# Mod options
modId = almostunified
modName = AlmostUnified
2022-05-31 10:50:46 -04:00
modAuthor = AlmostReliable
modDescription = Unify all materials.
2022-05-31 10:50:46 -04:00
# Github
githubUser = AlmostReliable
githubRepo = almost-unified
2022-05-31 10:50:46 -04:00
# Gradle
org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false