Prepare for next RC

This commit is contained in:
ACGaming 2020-08-28 16:59:49 +02:00
parent e2eb32ffc1
commit 75c2dfbd62
3 changed files with 4 additions and 4 deletions

View file

@ -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.
version = "RC2"
version = "RC3"
group = "com.acgaming.spackenmobs" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "Spackenmobs-1.12.2"

View file

@ -13,11 +13,11 @@ import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
@Mod(modid = "spackenmobs", version = "RC2", acceptedMinecraftVersions = "[1.12.2]")
@Mod(modid = "spackenmobs", version = "RC3", acceptedMinecraftVersions = "[1.12.2]")
public class Spackenmobs
{
public static final String MODID = "spackenmobs";
public static final String VERSION = "RC2";
public static final String VERSION = "RC3";
public static final CreativeTabs SPACKENMOBS_TAB = new SpackenmobsTab("tabSpackenmobs");

View file

@ -3,7 +3,7 @@
"modid": "spackenmobs",
"name": "Spackenmobs",
"description": "The most important mobs in the history of Minecraft! [citation needed]",
"version": "RC2",
"version": "RC3",
"mcversion": "1.12.2",
"url": "https://acgaming.github.io",
"updateUrl": "",