aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorappable <enzospiacitelli@gmail.com>2022-10-11 14:32:32 -0700
committerappable <enzospiacitelli@gmail.com>2022-10-11 14:32:32 -0700
commit363b2426f8d9e45e52c472750c798dcaceb05a88 (patch)
treed50c71d73f4333253ef28f5e53c1a148fc7f8ab5 /README.md
downloadAmbientAddons-363b2426f8d9e45e52c472750c798dcaceb05a88.tar.gz
AmbientAddons-363b2426f8d9e45e52c472750c798dcaceb05a88.tar.bz2
AmbientAddons-363b2426f8d9e45e52c472750c798dcaceb05a88.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e132881
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# Kotlin and Essential template for 1.8.9 client-side forge mods
+
+A small template mostly designed for my own learning and potentially future projects. Based on @romangraef's Forge 1.8.9 template.
+
+Note that I am new to Java and Kotlin, and MC modding in general: there very well could be questionable design choices or serious issues. (if you happen to notice any, I'd appreciate a note!)
+
+Includes an example Vigilance configuration for main settings and PersistentData data class to allow easily de/serializing additional data.
+
+This template is licensed under the Unlicense (license copy present in this repository), or alternatively under [Creative Commons 1.0 Universal (CC0 1.0)](https://creativecommons.org/publicdomain/zero/1.0/). This means your mod, based on this template can be licensed whatever way you want, and does not need to reference back to this template in any way.