TurnBasedMinecraftMod/src/main/java/com/seodisparate/TurnBasedMinecraft/common
Stephen Seo 115fa02753 Version 1.3, Fixes, improvements
Changed turn-based-battle start behavior to also start when a hostile
mob targets a player or entity in battle.
Added config option to revert to old-style battle starting behavior.
(Since config version updated, older config will be moved and the new
config will take its place.)
Changed mob attack target in Battle to whatever they were targeting (via
a call to "getAttackTarget()").
2018-10-17 17:15:23 +09:00
..
networking Add commands/config to disable turnbased on demand 2018-10-16 14:42:24 +09:00
AttackerViaBow.java Implement use of vanilla bow/arrows in battle 2018-09-17 15:49:10 +09:00
AttackEventHandler.java Version 1.3, Fixes, improvements 2018-10-17 17:15:23 +09:00
Battle.java Version 1.3, Fixes, improvements 2018-10-17 17:15:23 +09:00
BattleManager.java Version 1.3, Fixes, improvements 2018-10-17 17:15:23 +09:00
BattleUpdater.java Minor fixes/changes 2018-09-25 14:55:24 +09:00
Combatant.java Cleanup of code, move BattleGui main menu 2018-09-28 17:46:48 +09:00
CommandTBMDisable.java Fixes, added commands, version to 1.2 2018-10-17 12:19:16 +09:00
CommandTBMDisableAll.java Fix /tbm-disable|enable-all to notify all players 2018-10-17 13:27:55 +09:00
CommandTBMEnable.java Fixes, added commands, version to 1.2 2018-10-17 12:19:16 +09:00
CommandTBMEnableAll.java Fix /tbm-disable|enable-all to notify all players 2018-10-17 13:27:55 +09:00
CommandTBMSet.java Add commands/config to disable turnbased on demand 2018-10-16 14:42:24 +09:00
CommonProxy.java Minor fix to how Common/Client Proxy handles init 2018-10-04 12:07:26 +09:00
Config.java Version 1.3, Fixes, improvements 2018-10-17 17:15:23 +09:00
EntityInfo.java Implement use of vanilla bow/arrows in battle 2018-09-17 15:49:10 +09:00
PlayerJoinEventHandler.java Fixes, added commands, version to 1.2 2018-10-17 12:19:16 +09:00
TurnBasedMinecraftMod.java Version 1.3, Fixes, improvements 2018-10-17 17:15:23 +09:00
Utility.java Implement use of vanilla bow/arrows in battle 2018-09-17 15:49:10 +09:00