more more git cleanup
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -13,5 +13,6 @@ config
|
||||
logs
|
||||
eula.txt
|
||||
server.properties
|
||||
chrash-reports
|
||||
crash-reports
|
||||
saves
|
||||
usernamecache.json
|
||||
@@ -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;
|
||||
|
||||
1
src/main/resources/assets/energy/lang/en_US.lang
Normal file
1
src/main/resources/assets/energy/lang/en_US.lang
Normal file
@@ -0,0 +1 @@
|
||||
itemGroup.NMDEnergyTab=NMD Energy
|
||||
0
src/main/resources/assets/energy/sounds.json
Normal file
0
src/main/resources/assets/energy/sounds.json
Normal file
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"0ca79935-eef6-455e-a6ec-12d734e4094e": "Fluid1C3"
|
||||
}
|
||||
Reference in New Issue
Block a user