From 546cda5e11dd6ed07870e30d20890164a7399dd9 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 25 Oct 2018 14:56:36 +0900 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 98c5223..f909c65 100644 --- 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).