MrCrayfish's Gun Mod

MrCrayfish's Gun Mod

25M Downloads

Stocks are no longer applicable to weapon

Autovw opened this issue ยท 1 comments

commented

I'm assuming this may have been added for debugging, but was left in by accident

@Override
public boolean canAttachTo(ItemStack stack)
{
return false;
}

commented

My bad. I accidentally left this in as I was testing it for e6a8a50