]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Update README.md 1.6
authorStephen Seo <seo.disparate@gmail.com>
Thu, 25 Oct 2018 05:56:36 +0000 (14:56 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 25 Oct 2018 05:56:36 +0000 (14:56 +0900)
README.md

index 98c52230910250eb28e9e2cb210b862aa9ac0c9e..f909c65363d25c8a676614c685b382749a98957b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -41,8 +41,18 @@ Only `.wav` files are affected by volume options (master and music sliders))
 - Config can be modified (server-side) to add entries of mobs from other mods.
 (by default an unknown mob cannot enter turn-based battle, so the config must be
 configured for them.)
+  - Alternatively, the command "/tbm-edit" can be used in-game to add/edit
+  entities for the mod.
 
 # Building
 
 Simply invoke `./gradlew build` in the mod directory and after some time the
 finished jar will be placed in build/libs/
+
+# Other notes
+
+This mod uses [shadow](https://github.com/johnrengelman/shadow) which is
+licenced under the [Apache License 2.0](https://github.com/johnrengelman/shadow/blob/master/LICENSE).
+
+This mod also uses [Cava-Toml](https://github.com/ConsenSys/cava/tree/master/toml)
+which is licenced under the [Apache License 2.0](https://github.com/ConsenSys/cava/blob/master/LICENSE).