summaryrefslogtreecommitdiff
path: root/src/main/resources/testconfig.bcc
blob: bf471d23ddb1113cdb0fa66307a42b183179f7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
schema 1
modid "dankersskyblockmod"
label "Dankers Skyblock Mod"
description \
"Dankers Mod

Multi Line test"
author "Danker"
webpresence "https://github.com/bowser0000/SkyblockMod"
source http {
    url "https://github.com/bowser0000/SkyblockMod/archive/HEAD.zip"
    format zip
    skipDirs 1
}

build gradle {
    task "jar"
    project "forge-1.8.9"
    property "testprop" "othertestprop"
}