From 17defb47410da676a01209df332adf8242939f9e Mon Sep 17 00:00:00 2001 From: Hexeption Date: Fri, 22 Nov 2019 00:03:20 +0000 Subject: [PATCH] Correct Forge Version --- README.md | 2 +- patches/net/minecraftforge/common/ForgeVersion.java.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c0c25f..0230df7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Magma -![](https://img.shields.io/badge/Minecraft%20Forge-1.12.2%20--%202846-orange.svg?style=for-the-badge) [![](https://img.shields.io/jenkins/build/https/ci.hexeption.co.uk/job/Magma?label=CI&style=for-the-badge)](https://ci.hexeption.co.uk) +![](https://img.shields.io/badge/Minecraft%20Forge-1.12.2%20--%202847-orange.svg?style=for-the-badge) [![](https://img.shields.io/jenkins/build/https/ci.hexeption.co.uk/job/Magma?label=CI&style=for-the-badge)](https://ci.hexeption.co.uk) ### What's Magma? diff --git a/patches/net/minecraftforge/common/ForgeVersion.java.patch b/patches/net/minecraftforge/common/ForgeVersion.java.patch index 03c13a6..a8569cc 100644 --- a/patches/net/minecraftforge/common/ForgeVersion.java.patch +++ b/patches/net/minecraftforge/common/ForgeVersion.java.patch @@ -5,7 +5,7 @@ public static final int revisionVersion = 5; //This number is incremented every time Jenkins builds Forge, and never reset. Should always be 0 in the repo code. - public static final int buildVersion = 0; -+ public static final int buildVersion = 2846; ++ public static final int buildVersion = 2847; // This is the minecraft version we're building for - used in various places in Forge/FML code public static final String mcVersion = "1.12.2"; // This is the MCP data version we're using