2
1
Fork 1
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:
ACGaming 2020-10-17 13:59:45 +02:00
parent 62ba74ee14
commit dc4ea7f5ab
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. //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"

View file

@ -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();

View file

@ -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": "",