Update version number

This commit is contained in:
Electroblob77
2019-01-04 22:12:37 +00:00
parent 1b298ff18b
commit 51a2ff0976
5 changed files with 5 additions and 5 deletions
@@ -48,7 +48,7 @@ public class Wizardry {
* 1.x.x represents Minecraft 1.7.x versions, 2.x.x represents Minecraft 1.10.x versions, 3.x.x represents Minecraft
* 1.11.x versions, and so on.
*/
public static final String VERSION = "4.1.2";
public static final String VERSION = "4.1.3";
// IDEA: Improve the algorithm that finds a place to summon creatures to take walls into account.
// IDEA: Replace all uses of Math.cos and Math.sin with MathHelper versions