mirror of
https://github.com/ACGaming/Spackenmobs
synced 2024-11-26 00:32:37 +01:00
Preparations for RC7 release
This commit is contained in:
parent
62ba74ee14
commit
dc4ea7f5ab
3 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@ 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 = "RC6"
|
version = "RC7"
|
||||||
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-1.12.2"
|
||||||
|
|
||||||
|
|
|
@ -11,11 +11,11 @@ import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
|
||||||
import net.minecraftforge.fml.relauncher.Side;
|
import net.minecraftforge.fml.relauncher.Side;
|
||||||
import net.minecraftforge.fml.relauncher.SideOnly;
|
import net.minecraftforge.fml.relauncher.SideOnly;
|
||||||
|
|
||||||
@Mod(modid = "spackenmobs", version = "RC6", acceptedMinecraftVersions = "[1.12.2]")
|
@Mod(modid = "spackenmobs", version = "RC7", acceptedMinecraftVersions = "[1.12.2]")
|
||||||
public class Spackenmobs
|
public class Spackenmobs
|
||||||
{
|
{
|
||||||
public static final String MODID = "spackenmobs";
|
public static final String MODID = "spackenmobs";
|
||||||
public static final String VERSION = "RC6";
|
public static final String VERSION = "RC7";
|
||||||
|
|
||||||
public static final CreativeTabs SPACKENMOBS_TAB = new SpackenmobsTab();
|
public static final CreativeTabs SPACKENMOBS_TAB = new SpackenmobsTab();
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"modid": "spackenmobs",
|
"modid": "spackenmobs",
|
||||||
"name": "Spackenmobs",
|
"name": "Spackenmobs",
|
||||||
"description": "The most important mobs in the history of Minecraft! [citation needed]",
|
"description": "The most important mobs in the history of Minecraft! [citation needed]",
|
||||||
"version": "RC6",
|
"version": "RC7",
|
||||||
"mcversion": "1.12.2",
|
"mcversion": "1.12.2",
|
||||||
"url": "https://github.com/ACGaming/Spackenmobs",
|
"url": "https://github.com/ACGaming/Spackenmobs",
|
||||||
"updateUrl": "",
|
"updateUrl": "",
|
||||||
|
|
Loading…
Reference in a new issue