blob: efb58c4249ff4b4713d8ac80558334a2ccb374f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Mostly system specific, if you can handle more or less, change these for your needs
org.gradle.jvmargs=-Xmx2G
org.gradle.workers.max=1
# CIT Resewn
mod.version=1.1.3
mod.jarname=citresewn
mod.target-mc=[VERSIONED]
mod.target-mc-publish=[VERSIONED]
publish.modrinth.id=otVJckYQ
publish.curseforge.id=521427
# Dependencies
deps.yarn=[VERSIONED]
deps.fabric-loader=0.14.21
deps.modmenu=[VERSIONED]
deps.cloth-config=[VERSIONED]
|