summary refs log tree commit diff stats
path: root/gradle.properties
blob: 24c6f639c6d7c2defa1776d2c3d7676707844640 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.10
fabric_kotlin_version=1.13.1+kotlin.2.1.10

# Mod Properties
mod_version=1.0.0
maven_group=space.autistic.radio
archives_base_name=pirate-radio

# Dependencies
fabric_version=0.115.0+1.21.1
kotlin_test_version=2.1.10
chicory_version=1.1.0