Go to file
Stephen Seo cb328f3dbb Many fixes
Switch back to using shadowjar for dependencies.
Fix saving new entity entries in config.
Fix possible BattleMusic failures.
Fix getEntity method not being side-aware.
2019-11-29 18:52:28 +09:00
gradle/wrapper Fix gradle wrapper 2018-11-29 14:03:54 +09:00
libs Many fixes 2019-11-29 18:52:28 +09:00
src/main Many fixes 2019-11-29 18:52:28 +09:00
.gitignore Init commit with skeleton project of rewrite 2018-08-28 11:26:34 +09:00
build.gradle Many fixes 2019-11-29 18:52:28 +09:00
Changelog.md Update Changelog.md 2018-10-30 14:29:25 +09:00
gradlew Fix gradle wrapper 2018-11-29 14:03:54 +09:00
gradlew.bat Fix gradle wrapper 2018-11-29 14:03:54 +09:00
LICENSE Add LICENSE and README.md 2018-09-28 19:42:46 +09:00
README.md Update README.md 2018-11-08 10:57:18 +09:00

TurnBasedMinecraftMod

This mod puts turn-based-combat of RPGs into Minecraft!

Downloads

Precompiled jars are available here: https://seodisparate.com/static/tbm_releases/ or here: https://minecraft.curseforge.com/projects/turnbasedminecraft/files

What changed in what version

See the Changelog

Things you may need to know about this mod

On first run, this mod will create a config file and some directories in your Minecraft directory. They will typically be located at .minecraft/config/TurnBasedMinecraft. (for the server they will be in the config directory in the server directory.)

The config file .minecraft/config/TurnBasedMinecraft/TBM_Config.toml is commented with info on what each option does. It will also be moved if a newer version of this mod has a newer version of the config file (usually renamed with a timestamp). I will try my best to not move the previous version config, but rather edit the previous version config to have new options.

Some options in the config file only affect the Server, and some only affect the Client. When playing multiplayer, some configuration of the config on the server may be needed.

Features

  • Combat between players and mobs or other players will invoke a turn based battle between them
  • Supports use of the vanilla Minecraft bow and arrows (have bow selected when in battle)
  • Supports custom battle music to be played when fighting enemies. (They must be placed in .minecraft/config/TurnBasedMinecraft/Music/battle or .minecraft/config/TurnBasedMinecraft/Music/silly. Client-side config determines which song plays in battle for the client. only .wav, .mid, and .mp3 files supported. Only .mid files are not affected by volume options (master and music sliders))
  • Config allows limiting number of combatants in turn-based battle.
  • 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.)

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 which is licenced under the Apache License 2.0.

This mod also uses Cava-Toml which is licenced under the Apache License 2.0.

This mod also uses JavaMP3 which is licensed under the MIT License.