more more git cleanup

This commit is contained in:
Fluid1C3
2015-08-11 20:25:10 -05:00
parent c6ea9292c6
commit cfd28f0773
5 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View File

@@ -13,5 +13,6 @@ config
logs
eula.txt
server.properties
chrash-reports
crash-reports
saves
usernamecache.json

View File

@@ -14,6 +14,7 @@ public class Main
{
public static final String MODID = "energy";
public static final String VERSION = "1.0";
public static final String MODNAME = "NMD Energy";
@SidedProxy(clientSide="nmd.primal.energy.client.ClientProxy", serverSide="nmd.primal.energy.common.CommonProxy")
public static CommonProxy proxy;

View File

@@ -0,0 +1 @@
itemGroup.NMDEnergyTab=NMD Energy

View File

@@ -1,3 +0,0 @@
{
"0ca79935-eef6-455e-a6ec-12d734e4094e": "Fluid1C3"
}