summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-01-24 17:07:56 +0100
committernea <nea@nea.moe>2023-01-24 17:07:56 +0100
commit2241c9f5d572bec5185eb5e7c2c4d937a479568d (patch)
tree77e1497b66bb6fc2aa9105777e2b02a4cf186d16 /src/main/resources
downloadbuildclient-2241c9f5d572bec5185eb5e7c2c4d937a479568d.tar.gz
buildclient-2241c9f5d572bec5185eb5e7c2c4d937a479568d.tar.bz2
buildclient-2241c9f5d572bec5185eb5e7c2c4d937a479568d.zip
Initial commit
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/testconfig.bcc17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/resources/testconfig.bcc b/src/main/resources/testconfig.bcc
new file mode 100644
index 0000000..d565639
--- /dev/null
+++ b/src/main/resources/testconfig.bcc
@@ -0,0 +1,17 @@
+modid "dankersskyblockmod"
+label "Dankers Skyblock Mod"
+description "Dankers Mod
+
+Multi Line test"
+author "Danker"
+webpresence "https://github.com/bowser0000/SkyblockMod"
+source git {
+ upstream "https://github.com/bowser0000/SkyblockMod.git"
+ branch "development"
+}
+
+build gradle {
+ task "jar"
+ project "forge-1.8.9"
+}
+