From 14b66672411cdcf3cca0785b15431aab282cd7b4 Mon Sep 17 00:00:00 2001 From: Deadly Date: Fri, 29 Jan 2021 13:02:02 +0530 Subject: [PATCH] 1.3.1 Version bump --- build.gradle | 2 +- src/main/java/carpet/forge/CarpetSettings.java | 2 +- src/main/java/carpet/forge/utils/Reference.java | 2 +- update.json | 7 ++++--- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index af8b010..7fed296 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'org.spongepowered.mixin' apply plugin: 'com.github.johnrengelman.shadow' -version = "1.3.0" +version = "1.3.1" group = "carpet.forge" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "forged-carpet" diff --git a/src/main/java/carpet/forge/CarpetSettings.java b/src/main/java/carpet/forge/CarpetSettings.java index ca60f23..51ab16e 100644 --- a/src/main/java/carpet/forge/CarpetSettings.java +++ b/src/main/java/carpet/forge/CarpetSettings.java @@ -21,7 +21,7 @@ public class CarpetSettings { - public static final String carpetVersion = "v1.3.0"; + public static final String carpetVersion = "v1.3.1"; public static final String minecraftVersion = "1.12.2"; public static final Logger LOG = LogManager.getLogger(); public static boolean locked = false; diff --git a/src/main/java/carpet/forge/utils/Reference.java b/src/main/java/carpet/forge/utils/Reference.java index 015be60..507e338 100644 --- a/src/main/java/carpet/forge/utils/Reference.java +++ b/src/main/java/carpet/forge/utils/Reference.java @@ -4,7 +4,7 @@ public class Reference { public static final String MOD_ID = "forgedcarpet"; public static final String MOD_NAME = "Forged Carpet"; - public static final String MOD_VERSION = "1.3.0"; + public static final String MOD_VERSION = "1.3.1"; public static final String ACCEPTED_MC_VERSIONS = "1.12.2"; public static final String FINGERPRINT = "@FINGERPRINT@"; public static final String UPDATE_URL = "https://raw.githubusercontent.com/DeadlyMC/forged-carpet/master/update.json"; diff --git a/update.json b/update.json index 0c82ad0..c07ee92 100644 --- a/update.json +++ b/update.json @@ -1,8 +1,8 @@ { "homepage": "https://minecraft.curseforge.com/projects/forgedcarpet/files", "promos": { - "1.12.2-latest": "1.3.0", - "1.12.2-recommended": "1.3.0" + "1.12.2-latest": "1.3.1", + "1.12.2-recommended": "1.3.1" }, "1.12.2": { "Alpha1": "The first ever alpha release of the Carpet Mod port to Forge is out! (Please ignore the mod version in game.)\n This is an alpha release so don't be surprised to see any Crashes/Bugs.", @@ -14,6 +14,7 @@ "1.1.3": "Fixed crash with tweakeroo", "1.2.0": "v1.2.0 is now out!\nWith it comes a bunch of bugfixes, features and a way smoother game experience ;)", "1.2.1": "v1.2.1 is here.\nIncludes a few bug and crash fixes, farmLandBug (from Carpetmod1.12.2) and CtrlQ Crafting works with recipe books now.", - "1.3.0": "v1.3.0 is here! Fake players are here!\nClient-server rules are now synced. Major changes to how we make use of mixins, the mod should be a lot more compatible with other mods now.\nAlso added some other new carpet rules (and removed two), check the complete changelog over at curseforge/github." + "1.3.0": "v1.3.0 is here! Fake players are here!\nClient-server rules are now synced. Major changes to how we make use of mixins, the mod should be a lot more compatible with other mods now.\nAlso added some other new carpet rules (and removed two), check the complete changelog over at curseforge/github.", + "1.3.1": "Added accurateBlockPlacement (Supports tweakeroo and litematica)" } } \ No newline at end of file