add some LICENSE and README, also change version

This commit is contained in:
Raoul Van den Berge
2015-12-24 22:33:02 +01:00
parent f83da9dd86
commit cee948fefa
5 changed files with 30 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ import storagecraft.proxy.CommonProxy;
public final class StorageCraft
{
public static final String ID = "storagecraft";
public static final String VERSION = "1.0";
public static final String VERSION = "0.1";
public static final String DEPENDENCIES = "after:NotEnoughItems";
public static final SimpleNetworkWrapper NETWORK = NetworkRegistry.INSTANCE.newSimpleChannel(ID);

View File

@@ -2,7 +2,7 @@
{
"modid": "storagecraft",
"name": "StorageCraft",
"description": "",
"description": "A Minecraft mod all about storage.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",