mirror of
https://github.com/ACGaming/Spackenmobs
synced 2024-11-25 16:22:36 +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.
|
||||
|
||||
|
||||
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
|
||||
archivesBaseName = "Spackenmobs-1.12.2"
|
||||
archivesBaseName = "Spackenmobs"
|
||||
|
||||
sourceCompatibility = targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
|
||||
compileJava {
|
||||
|
|
|
@ -16,7 +16,7 @@ import mod.acgaming.spackenmobs.misc.ModEntities;
|
|||
public class 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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue