Update version number
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
|
||||
|
||||
|
||||
version = " 4.0.0 - MC 1.12.2"
|
||||
version = " 4.1.0 - MC 1.12.2"
|
||||
group= "electroblob.wizardry"// http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = "Electroblob's Wizardry "
|
||||
|
||||
|
||||
@@ -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.0.0";
|
||||
public static final String VERSION = "4.1.0";
|
||||
|
||||
// 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
|
||||
|
||||
@@ -12,6 +12,8 @@ import net.minecraft.util.ResourceLocation;
|
||||
* This is a provisory class for the transition to 1.12
|
||||
* It contains an enum with all the advancements of this mod
|
||||
* and an helper to grant advancements on the server side only (like the command)
|
||||
* @author Corail31
|
||||
* @since Wizardry 4.1
|
||||
*/
|
||||
public class AdvancementHelper {
|
||||
public enum EnumAdvancement {
|
||||
|
||||
@@ -7,7 +7,7 @@ import electroblob.wizardry.util.CustomAdvancementTrigger;
|
||||
* from plain vanilla JSON definitions. It replaces the old WizardryAchievements class.
|
||||
*
|
||||
* @author 12foo
|
||||
* @since Wizardry 3.1.0
|
||||
* @since Wizardry 4.1.0
|
||||
*/
|
||||
public final class WizardryAdvancementTriggers {
|
||||
public static final CustomAdvancementTrigger armour_set = new CustomAdvancementTrigger("trigger_armour_set");
|
||||
|
||||
@@ -19,7 +19,7 @@ import net.minecraft.util.ResourceLocation;
|
||||
* should be triggered by JSON descriptions and vanilla advancement triggers.
|
||||
*
|
||||
* @author 12foo
|
||||
* @since 3.1.0
|
||||
* @since 4.1.0
|
||||
*/
|
||||
public class CustomAdvancementTrigger implements ICriterionTrigger<CustomAdvancementTrigger.Instance> {
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"modid" : "ebwizardry",
|
||||
"name" : "Electroblob's Wizardry",
|
||||
"version" : "4.0.0",
|
||||
"version" : "4.1.0",
|
||||
"url" : "https://minecraft.curseforge.com/projects/electroblobs-wizardry",
|
||||
"credits" : "Made by Electroblob",
|
||||
"authors" : [
|
||||
|
||||
Reference in New Issue
Block a user