mirror of
https://github.com/barkeser2002/Not-Enough-Crashes.git
synced 2026-09-25 05:59:49 +03:00
17 lines
368 B
Properties
17 lines
368 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/use
|
|
minecraft_version=1.18.1
|
|
yarn_mappings=1.18.1+build.18
|
|
loader_version=0.12.12
|
|
|
|
#Fabric api
|
|
fabric_version=0.46.0+1.18
|
|
|
|
# Mod Properties
|
|
mod_version = 1.0.0
|
|
maven_group = io.github.natanfudge
|
|
archives_base_name = nec_testmod
|