]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Update Changelog.md
authorStephen Seo <seo.disparate@gmail.com>
Wed, 17 Oct 2018 08:21:22 +0000 (17:21 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 17 Oct 2018 08:21:22 +0000 (17:21 +0900)
Changelog.md

index b88792d84480e862de80670cf2de87434b96971f..07c46460bdff811b6c4adf18158eb89c7a6dac28 100644 (file)
@@ -1,3 +1,20 @@
+# Version 1.3
+
+"/tbm-enable-all" and "/tbm-disable-all" now notifies all players when they are
+invoked by an OP.
+
+Battles can now be started/joined by hostile mobs when they target a player or
+other entity in battle, instead of just entering on attack. Old
+battle-starting-behavior can be used by setting the related config option.  
+(This change was made to keep zombies from gathering around the player when
+the config option for freezing entities in battle is enabled.)
+
+Non-player entities in battle now primarily attack entities they are already
+targeting (via a call to EntityLiving's "getAttackTarget()").
+
+Note since config version is now 5, older config will be renamed and the new
+config will take its place.
+
 # Version 1.2
 
 Fixed "/tbm-enable" and "/tbm-disable" not working in singleplayer.