Added file back
This commit is contained in:
parent
0ceeedc3e5
commit
32eb015897
1 changed files with 27 additions and 0 deletions
27
gradle.properties
Normal file
27
gradle.properties
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Done to increase the memory available to gradle.
|
||||||
|
org.gradle.jvmargs=-Xmx2G
|
||||||
|
# Fabric Properties
|
||||||
|
# check these on https://fabricmc.net/versions.html
|
||||||
|
minecraft_version=1.19.2
|
||||||
|
loader_version=0.14.9
|
||||||
|
fabric_version=0.73.2+1.19.2
|
||||||
|
#Loom
|
||||||
|
loom_version=0.12-SNAPSHOT
|
||||||
|
#Modrinth
|
||||||
|
modrinth_versions=["1.19", "1.19.1", "1.19.2"]
|
||||||
|
#`release`, `beta` or `alpha`
|
||||||
|
release_channel=release
|
||||||
|
modrinth_id=betterend
|
||||||
|
# Mod Properties
|
||||||
|
mod_version=2.1.5
|
||||||
|
maven_group=org.betterx.betterend
|
||||||
|
archives_base_name=better-end
|
||||||
|
# Dependencies
|
||||||
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||||
|
patchouli_version=1.19-73-FABRIC
|
||||||
|
bclib_version=2.1.7
|
||||||
|
rei_version=9.1.500
|
||||||
|
jei_version=11.1.0.235
|
||||||
|
emi_version=0.6.3+1.19.2
|
||||||
|
trinkets_version=3.4.0
|
||||||
|
cca_version=5.0.0-beta.1
|
Loading…
Add table
Add a link
Reference in a new issue