Incendium addon
1# Done to increase the memory available to gradle.
2org.gradle.jvmargs=-Xmx1G
3org.gradle.parallel=true
4
5# Fabric Properties
6# check these on https://fabricmc.net/develop
7minecraft_version=1.19.3
8yarn_mappings=1.19.3+build.5
9loader_version=0.14.24
10
11# Mod Properties
12mod_version=1.0.0
13maven_group=xyz.naomieow.ibo
14archives_base_name=tectonic
15
16# Dependencies
17fabric_version=0.76.1+1.19.3