package com.cricketcraft.chisel.entity;
import net.minecraft.entity.monster.EntitySnowman;
import net.minecraft.world.World;
public class EntityChiselSnowman extends EntitySnowman{
public EntityChiselSnowman(World world){
super(world);
}
//No special features just needed to get around the hardcoding
}