Skip to content

Commit

Permalink
1.3.1 Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadlyMC committed Jan 29, 2021
1 parent 1fd2b04 commit 14b6667
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/carpet/forge/CarpetSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/carpet/forge/utils/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
7 changes: 4 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand All @@ -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)"
}
}

0 comments on commit 14b6667

Please sign in to comment.