mirror of
https://github.com/peter-tanner/nuke-mod.git
synced 2024-11-30 11:10:19 +08:00
17 lines
370 B
Properties
17 lines
370 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# https://modmuss50.me/fabric.html
|
|
minecraft_version=1.16.4
|
|
yarn_mappings=1.16.4+build.7
|
|
loader_version=0.10.8
|
|
|
|
#Fabric api
|
|
fabric_version=0.28.4+1.16
|
|
|
|
# Mod Properties
|
|
mod_version = 0.1.0
|
|
maven_group = io.github.npc_strider.NukeMod
|
|
archives_base_name = NukeMod
|