+# Version 1.4
+
+Fix duplicate "... entered battle" messages.
+
+Added max-distance config option for how close a monster must be to initiate
+battle (when triggered by a monster targeting a player or entity in battle).
+
+Some internal fixes and refactorings.
+
# Version 1.3
Added a battle-cooldown and related config option. Now, when leaving battle, a
apply plugin: 'net.minecraftforge.gradle.forge'\r
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.\r
\r
-version = "1.3"\r
+version = "1.4"\r
group = "com.seodisparate.TurnBasedMinecraft" // http://maven.apache.org/guides/mini/guide-naming-conventions.html\r
archivesBaseName = "TurnBasedMinecraft"\r
\r
{
public static final String MODID = "com.seodisparate.turnbasedminecraft";
public static final String NAME = "Turn Based Minecraft Mod";
- public static final String VERSION = "1.3";
+ public static final String VERSION = "1.4";
public static final String CONFIG_FILENAME = "TBM_Config.xml";
public static final String CONFIG_DIRECTORY = "config/TurnBasedMinecraft/";
public static final String CONFIG_FILE_PATH = CONFIG_DIRECTORY + CONFIG_FILENAME;