e60faf5ab0
Fixed a number of rendering gltiches with Smart/Covered Cables
15 lines
277 B
Java
15 lines
277 B
Java
package appeng.transformer.template;
|
|
|
|
import net.minecraft.nbt.NBTTagCompound;
|
|
import appeng.transformer.asm.ASMMigration;
|
|
|
|
public class ItemStackTemplate
|
|
{
|
|
|
|
public void readFromNBT(NBTTagCompound par1NBTTagCompound)
|
|
{
|
|
ASMMigration.handleMigration( this );
|
|
return;
|
|
}
|
|
|
|
}
|