mirror of
https://github.com/ACGaming/Spackenmobs
synced 2025-02-18 01:30:09 +01:00
Bump version
This commit is contained in:
parent
a065b2e849
commit
ddb0030ede
2 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ 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.
|
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
|
||||||
|
|
||||||
|
|
||||||
version = "1.8.1"
|
version = "1.12.2-1.9.0"
|
||||||
group = "mod.acgaming.spackenmobs" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
group = "mod.acgaming.spackenmobs" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||||
archivesBaseName = "Spackenmobs-1.12.2"
|
archivesBaseName = "Spackenmobs"
|
||||||
|
|
||||||
sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
|
sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
|
||||||
compileJava {
|
compileJava {
|
||||||
|
|
|
@ -16,7 +16,7 @@ import mod.acgaming.spackenmobs.misc.ModEntities;
|
||||||
public class Spackenmobs
|
public class Spackenmobs
|
||||||
{
|
{
|
||||||
public static final String MODID = "spackenmobs";
|
public static final String MODID = "spackenmobs";
|
||||||
public static final String VERSION = "1.8.1";
|
public static final String VERSION = "1.12.2-1.9.0";
|
||||||
|
|
||||||
public static final CreativeTabs SPACKENMOBS_TAB = new SpackenmobsTab();
|
public static final CreativeTabs SPACKENMOBS_TAB = new SpackenmobsTab();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue