Improve block names

This commit is contained in:
modmuss50 2016-12-05 09:40:55 +00:00
parent 40835a2773
commit 2fdce5405b
46 changed files with 419 additions and 419 deletions

View file

@ -62,7 +62,7 @@ public class TileAssemblingMachine extends TilePowerAcceptor implements IWrencha
@Override
public ItemStack getWrenchDrop(EntityPlayer entityPlayer) {
return new ItemStack(ModBlocks.AssemblyMachine, 1);
return new ItemStack(ModBlocks.assemblyMachine, 1);
}
public boolean isComplete() {