Stephen Seo [Fri, 21 Sep 2018 07:10:00 +0000 (16:10 +0900)]
Add volume control to battle music
Battle music volume is set based on the music volume slider in the
Minecraft settings. The default Midi device provided in Java does not
appear to support changing the volume of playing midi file after some
testing. For now, only ".wav" files obey the Music volume slider
settings.
Stephen Seo [Tue, 18 Sep 2018 06:56:06 +0000 (15:56 +0900)]
Fix bow attack, config, add freeze enemies option
Fix bug where bow attack hit announcement was made multiple times.
Fix config format for Entities.
Add feature to freeze combatants when battle starts, option to enable in
config.
Stephen Seo [Fri, 14 Sep 2018 03:44:45 +0000 (12:44 +0900)]
Fixes, improvements
BattleGui now displays health of all combatants.
Players can leave battle by entering creative mode (set by server).
Added battle size limit (default 8) can be set in config.
Stephen Seo [Thu, 30 Aug 2018 07:15:20 +0000 (16:15 +0900)]
Work In Progress - Begin adding config
src/main/resources/TBM_Config.xml will be copied to this mod's config
directory. If a config file already exists and the version number is the
same, it won't be overridded. If the version number is less than the
mod's internal config file, then the old one will be renamed and the new
one will take its place. At least this is how it is planned.