summary refs log tree commit diff stats
path: root/gradle.properties
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-08-27 15:53:46 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-08-27 15:53:46 -0300
commitdd26b5f3aa8108c3026080c734878e541c4cd05c (patch)
treedc16b2c4d3927cb44245a66e8a41ed7d005aeae4 /gradle.properties
[Project] UwU Mode HEAD fabric-1.17.x default
A client-side mod for Minecraft that adds uwu~ to chat messages, and can
be enabled/disabled with commands.
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties22
1 files changed, 22 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties
new file mode 100644
index 0000000..1153bb5
--- /dev/null
+++ b/gradle.properties
@@ -0,0 +1,22 @@
+kotlin.code.style=official
+org.gradle.jvmargs=-Xmx1G
+
+# Fabric Properties
+# Check these on https://modmuss50.me/fabric.html
+minecraft_version=1.17.1
+yarn_mappings=1.17.1+build.46
+loader_version=0.11.6
+
+#Fabric api
+fabric_version=0.39.2+1.17
+
+loom_version=0.9-SNAPSHOT
+
+# Mod Properties
+mod_version = 1.0.0
+maven_group = space.autistic.uwu
+archives_base_name = uwumode
+
+# Kotlin
+kotlin_version=1.5.0
+fabric_kotlin_version=1.6.0+kotlin.1.5.0