Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Commit

Permalink
Correct Forge Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexeption committed Nov 22, 2019
1 parent 965d804 commit 17defb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
2 changes: 1 addition & 1 deletion patches/net/minecraftforge/common/ForgeVersion.java.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 17defb4

Please sign in to comment.