Release version 0.1.0
This commit is contained in:
parent
fb4990356a
commit
e7bc359e7d
@ -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 = "1.0.0"
|
||||
version = "0.1.0"
|
||||
group = "com.pjht.ssspcore" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
archivesBaseName = "ssspcore"
|
||||
|
||||
|
@ -20,7 +20,7 @@ import net.minecraftforge.fml.common.registry.GameRegistry;
|
||||
public class SSSPCore {
|
||||
public static final String modId = "ssspcore";
|
||||
public static final String name = "SSSP core mod";
|
||||
public static final String version = "1.0.0";
|
||||
public static final String version = "0.1.0";
|
||||
|
||||
@Mod.Instance(modId)
|
||||
public static SSSPCore instance;
|
||||
|
Loading…
x
Reference in New Issue
Block a user